Class AbstractTree<K,V>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.redblack.AbstractTree<K,V>
-
- All Implemented Interfaces:
Tree<K,V>
- Direct Known Subclasses:
AbstractDefaultTree,AbstractDerivedKeyTree
public abstract class AbstractTree<K,V> extends java.lang.Object implements Tree<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcount()abstract KgetKey(KeyFunction<K,V> keyFunction)Tree<K,V>getLeft()Tree<K,V>getRight()VgetValue()
-
-
-
Method Detail
-
getKey
public abstract K getKey(KeyFunction<K,V> keyFunction)
-
-