- All Known Implementing Classes:
Tree
public interface ITree<K,V>
-
Method Details
-
insert
-
removeAll
void removeAll() -
get
-
remove
-
size
int size() -
isEmpty
boolean isEmpty() -
getValues
-
getKeys
-
getDeepSearchFirstValues
-
getBreadthSearchFirstValues
-
getTreeWalker
ITreeWalker<K,V> getTreeWalker()
-