Package org.apache.sis.internal.util
Class AbstractMap.Keys<K,V>
java.lang.Object
org.apache.sis.internal.util.AbstractMap.Iter<K,V>
org.apache.sis.internal.util.AbstractMap.Keys<K,V>
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
- AbstractMap<K,
V>
private static final class AbstractMap.Keys<K,V>
extends AbstractMap.Iter<K,V>
implements Iterator<K>
Iterator over the keys.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sis.internal.util.AbstractMap.Iter
entry, hasNext, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove