|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tree<K,V>
| Method Summary | |
|---|---|
Tree<K,V> |
black()
|
int |
count()
|
K |
getKey(KeyFunction<K,V> keyFunction)
|
Tree<K,V> |
getLeft()
|
Tree<K,V> |
getRight()
|
V |
getValue()
|
Tree<K,V> |
red()
|
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||