public abstract class AbstractDerivedKeyTree<K,V> extends AbstractTree<K,V>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDerivedKeyTree(Tree<K,V> left,
Tree<K,V> right,
V value) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
K |
getKey(KeyFunction<K,V> keyFunction) |
getLeft, getRight, getValue