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, skip
public UnmodifiableIterator(ObjectIterator<K> i)
public boolean hasNext()
public K next()