Class KeysIterator<K,V>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.redblack.TreeIterator<K,V,K>
-
- com.github.andrewoma.dexx.collection.internal.redblack.KeysIterator<K,V>
-
- All Implemented Interfaces:
java.util.Iterator<K>
class KeysIterator<K,V> extends TreeIterator<K,V,K>
-
-
Field Summary
Fields Modifier and Type Field Description private KeyFunction<K,V>
kf
-
Constructor Summary
Constructors Constructor Description KeysIterator(Tree<K,V> tree, KeyFunction<K,V> kf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected K
nextResult(Tree<K,V> tree)
-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.redblack.TreeIterator
hasNext, next, remove
-
-
-
-
Field Detail
-
kf
private final KeyFunction<K,V> kf
-
-
Method Detail
-
nextResult
protected K nextResult(Tree<K,V> tree)
- Specified by:
nextResult
in classTreeIterator<K,V,K>
-
-