()
| 116 | } |
| 117 | |
| 118 | public Object[] toArray() { |
| 119 | throw new UnsupportedOperationException("Unsupported operation on IdentityHashSet."); |
| 120 | } |
| 121 | |
| 122 | public <T> T[] toArray(T[] dummy) { |
| 123 | throw new UnsupportedOperationException("Unsupported operation on IdentityHashSet."); |
no outgoing calls