private static final class DefaultImmutableMap.MapEntryIterator<S,T> extends DefaultImmutableMap.MapIterator<S,T> implements Iterator<ImmutableMapEntry<S,T>>
Constructor and Description |
---|
MapEntryIterator(DefaultImmutableMap<S,T> map) |
Modifier and Type | Method and Description |
---|---|
ImmutableMapEntry<S,T> |
next() |
hasNext, nextEntry, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, remove
MapEntryIterator(DefaultImmutableMap<S,T> map)
public final ImmutableMapEntry<S,T> next()
next
in interface Iterator<ImmutableMapEntry<S,T>>