Class AbstractDerivedKeyTree<K,V>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.redblack.AbstractTree<K,V>
-
- com.github.andrewoma.dexx.collection.internal.redblack.AbstractDerivedKeyTree<K,V>
-
- All Implemented Interfaces:
Tree<K,V>
- Direct Known Subclasses:
DerivedKeyBlackTree
,DerivedKeyRedTree
public abstract class AbstractDerivedKeyTree<K,V> extends AbstractTree<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
count()
K
getKey(KeyFunction<K,V> keyFunction)
-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.redblack.AbstractTree
getLeft, getRight, getValue
-
-