()
| 172 | // java.util.Collection implementation |
| 173 | |
| 174 | public Object[] toArray(){ |
| 175 | return RT.seqToArray(seq()); |
| 176 | } |
| 177 | |
| 178 | public boolean add(Object o){ |
| 179 | throw new UnsupportedOperationException(); |
nothing calls this directly
no test coverage detected