Class RedBlackTree<K,V>
java.lang.Object
com.github.andrewoma.dexx.collection.internal.redblack.RedBlackTree<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionRedBlackTree(TreeFactory factory, Comparator<? super K> ordering, KeyFunction<K, V> keyFunction) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic int<U> voidComparator<? super K> booleankeysIterator(Tree<K, V> tree) valuesIterator(Tree<K, V> tree)
-
Constructor Details
-
RedBlackTree
public RedBlackTree() -
RedBlackTree
public RedBlackTree(TreeFactory factory, Comparator<? super K> ordering, KeyFunction<K, V> keyFunction)
-
-
Method Details
-
getKeyFunction
-
getOrdering
-
isEmpty
-
contains
-
get
-
lookup
-
count
-
update
-
delete
-
range
-
from
-
until
-
drop
-
take
-
slice
-
smallest
-
greatest
-
forEach
-
iterator
-
keysIterator
-
valuesIterator
-
append
-