Package org.apache.sis.internal.util
Class AbstractMap.Entries<K,V>
java.lang.Object
org.apache.sis.internal.util.AbstractMap.Iter<K,V>
org.apache.sis.internal.util.AbstractMap.Entries<K,V>
- Enclosing class:
- AbstractMap<K,
V>
private static final class AbstractMap.Entries<K,V>
extends AbstractMap.Iter<K,V>
implements Iterator<Map.Entry<K,V>>
Iterator over the entries, used only when
AbstractMap.entryIterator()
perform recycling.
This iterator copies each entry in an SimpleImmutableEntry
instance.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sis.internal.util.AbstractMap.Iter
entry, hasNext, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove