Class ValuesIterator<K,V>
java.lang.Object
com.github.andrewoma.dexx.collection.internal.redblack.TreeIterator<K,V,V>
com.github.andrewoma.dexx.collection.internal.redblack.ValuesIterator<K,V>
- All Implemented Interfaces:
Iterator<V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.andrewoma.dexx.collection.internal.redblack.TreeIterator
hasNext, next, 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
-
Constructor Details
-
ValuesIterator
-
-
Method Details
-
nextResult
- Specified by:
nextResult
in classTreeIterator<K,
V, V>
-