public static class ObjectIterators.UnmodifiableIterator<K> extends AbstractObjectIterator<K>
| Modifier and Type | Field and Description |
|---|---|
protected ObjectIterator<K> |
i |
| Constructor and Description |
|---|
UnmodifiableIterator(ObjectIterator<K> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
K |
next() |
remove, skipprotected final ObjectIterator<K> i
public UnmodifiableIterator(ObjectIterator<K> i)
public boolean hasNext()
public K next()