Class AbstractMap.KeyIterator

java.lang.Object
org.apache.sis.internal.util.AbstractMap.EntryIterator<K,V>
org.apache.sis.internal.util.AbstractMap.KeyIterator
Enclosing class:
AbstractMap<K,V>

protected final class AbstractMap.KeyIterator extends AbstractMap.EntryIterator<K,V>
Convenience EntryIterator implementation which iterates over a list of key candidates. All keys associated to a null value will be skipped.
Since:
0.8
See Also: