Class DerivedKeyBlackTree<K,V>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.redblack.AbstractTree<K,V>
-
- com.github.andrewoma.dexx.collection.internal.redblack.AbstractDerivedKeyTree<K,V>
-
- com.github.andrewoma.dexx.collection.internal.redblack.DerivedKeyBlackTree<K,V>
-
class DerivedKeyBlackTree<K,V> extends AbstractDerivedKeyTree<K,V> implements BlackTree<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tree<K,V>
black()
boolean
isBlack()
boolean
isRed()
Tree<K,V>
red()
-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.redblack.AbstractDerivedKeyTree
count, getKey
-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.redblack.AbstractTree
getLeft, getRight, getValue
-
-