Interface Tree<K,V>
- All Known Implementing Classes:
AbstractDefaultTree, AbstractDerivedKeyTree, AbstractTree, DefaultBlackTree, DefaultRedTree, DerivedKeyBlackTree, DerivedKeyRedTree
public interface Tree<K,V>
-
Method Summary
-
Method Details
-
count
int count() -
isBlack
boolean isBlack() -
isRed
boolean isRed() -
black
-
red
-
getKey
-
getValue
V getValue() -
getLeft
-
getRight
-