ObjectIterator<K>, java.util.Iterator<K>public static class ObjectIterators.UnmodifiableIterator<K> extends java.lang.Object implements ObjectIterator<K>
| Constructor | Description |
|---|---|
UnmodifiableIterator(ObjectIterator<K> i) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
K |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskippublic UnmodifiableIterator(ObjectIterator<K> i)