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, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected final ObjectIterator<K> i
public UnmodifiableIterator(ObjectIterator<K> i)
public boolean hasNext()
public K next()
Copyright © 2011–2024. All rights reserved.