public static class ObjectIterators.UnmodifiableIterator<K> extends AbstractObjectIterator<K>
| Constructor and Description |
|---|
UnmodifiableIterator(ObjectIterator<K> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
K |
next() |
remove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic UnmodifiableIterator(ObjectIterator<K> i)
public boolean hasNext()
public K next()