public static class ObjectIterators.UnmodifiableIterator<K>
extends java.lang.Object
implements it.unimi.dsi.fastutil.objects.ObjectIterator<K>
| Modifier and Type | Field and Description |
|---|---|
protected it.unimi.dsi.fastutil.objects.ObjectIterator<? extends K> |
i |
| Constructor and Description |
|---|
UnmodifiableIterator(it.unimi.dsi.fastutil.objects.ObjectIterator<? extends K> i) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachRemaining(java.util.function.Consumer<? super K> action) |
boolean |
hasNext() |
K |
next() |
protected final it.unimi.dsi.fastutil.objects.ObjectIterator<? extends K> i
public UnmodifiableIterator(it.unimi.dsi.fastutil.objects.ObjectIterator<? extends K> i)
public boolean hasNext()
hasNext in interface java.util.Iterator<K>