Class AbstractMap.Values<K,V>
java.lang.Object
org.apache.sis.internal.util.AbstractMap.Iter<K,V>
org.apache.sis.internal.util.AbstractMap.Values<K,V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
AbstractMap<K,V>
private static final class AbstractMap.Values<K,V>
extends AbstractMap.Iter<K,V>
implements Iterator<V>
Iterator over the values.
- Since:
- 0.5
- Version:
- 0.8
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMap.Iter
entry, hasNext, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
Values
Values(AbstractMap.EntryIterator<K, V> it)
-
-
Method Details
-
next
-