Class Flat3Map.ValuesIterator<V>
java.lang.Object
org.apache.commons.collections4.map.Flat3Map.EntryIterator<Object,V>
org.apache.commons.collections4.map.Flat3Map.ValuesIterator<V>
- All Implemented Interfaces:
Iterator<V>
static class Flat3Map.ValuesIterator<V>
extends Flat3Map.EntryIterator<Object,V>
implements Iterator<V>
ValuesIterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.map.Flat3Map.EntryIterator
hasNext, nextEntry, 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