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>
-
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
-
EntriesIterator
-
-
Method Details
-
nextResult
- Specified by:
nextResult
in classTreeIterator<K,
V, Pair<K, V>>
-