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:
java.util.Iterator<V>
class ValuesIterator<K,V> extends TreeIterator<K,V,V>
-
-
Constructor Summary
Constructors Constructor Description ValuesIterator(Tree<K,V> tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected V
nextResult(Tree<K,V> tree)
-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.redblack.TreeIterator
hasNext, next, remove
-
-