()
| 152 | // java.util.Collection implementation |
| 153 | |
| 154 | public Object[] toArray(){ |
| 155 | return RT.seqToArray(seq()); |
| 156 | } |
| 157 | |
| 158 | public boolean add(Object o){ |
| 159 | throw new UnsupportedOperationException(); |
nothing calls this directly
no test coverage detected