java.lang.Object
net.anwiba.commons.lang.tree.Tree<K,V>
- All Implemented Interfaces:
ITree<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionTree(Comparator<K> comparator) Tree(Comparator<K> comparator, int maximumOfItems, ITreeItemChooser<K, V> treeItemChooser) -
Method Summary
-
Constructor Details
-
Tree
-
Tree
-
-
Method Details
-
insert
-
removeAll
public void removeAll() -
get
-
remove
-
remove
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getValues
-
getDeepSearchFirstValues
- Specified by:
getDeepSearchFirstValuesin interfaceITree<K,V>
-
getBreadthSearchFirstValues
- Specified by:
getBreadthSearchFirstValuesin interfaceITree<K,V>
-
getKeys
-
getTreeWalker
- Specified by:
getTreeWalkerin interfaceITree<K,V>
-
getRoot
-
getFirst
-
getLast
-