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