Class AbstractDefaultTree<K,V>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.redblack.AbstractTree<K,V>
-
- com.github.andrewoma.dexx.collection.internal.redblack.AbstractDefaultTree<K,V>
-
- All Implemented Interfaces:
Tree<K,V>
- Direct Known Subclasses:
DefaultBlackTree
,DefaultRedTree
abstract class AbstractDefaultTree<K,V> extends AbstractTree<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey(KeyFunction<K,V> keyFunction)
-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.redblack.AbstractTree
count, getLeft, getRight, getValue
-
-
-
-
Field Detail
-
key
private final K key
-
-