()
| 191 | // java.util.Collection implementation |
| 192 | |
| 193 | public Object[] toArray(){ |
| 194 | return RT.seqToArray(seq()); |
| 195 | } |
| 196 | |
| 197 | public boolean add(Object o){ |
| 198 | throw new UnsupportedOperationException(); |
nothing calls this directly
no test coverage detected