public interface Tree<K,V>
Tree<K,V>
black()
int
count()
K
getKey(KeyFunction<K,V> keyFunction)
getLeft()
getRight()
V
getValue()
red()
int count()
Tree<K,V> black()
Tree<K,V> red()
K getKey(KeyFunction<K,V> keyFunction)
V getValue()
Tree<K,V> getLeft()
Tree<K,V> getRight()