Class EntriesIterator<K,V>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.redblack.TreeIterator<K,V,Pair<K,V>>
-
- com.github.andrewoma.dexx.collection.internal.redblack.EntriesIterator<K,V>
-
- All Implemented Interfaces:
java.util.Iterator<Pair<K,V>>
class EntriesIterator<K,V> extends TreeIterator<K,V,Pair<K,V>>
-
-
Constructor Summary
Constructors Constructor Description EntriesIterator(Tree<K,V> tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Pair<K,V>
nextResult(Tree<K,V> tree)
-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.redblack.TreeIterator
hasNext, next, remove
-
-