Uses of Class
com.abstractkamen.datastructures.impl.trees.search.AvlTree
Packages that use AvlTree
-
Uses of AvlTree in com.abstractkamen.datastructures.impl.trees.search
Methods in com.abstractkamen.datastructures.impl.trees.search that return AvlTreeModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
AvlTree<T>AvlTree.createComparable()
Create anAvlTree<T>
with natural order comparator in a type safe way.static <T extends Comparable<T>>
AvlTree<T>AvlTree.createComparable
(boolean allowDuplicates) Create anAvlTree<T>
with natural order comparator in a type safe way and flag for duplicate values.