Interface | Description |
---|---|
BTree.Builder.QuickResolver<V> | |
BTree.Builder.Resolver | |
BTreeSearchIterator<K,V> | |
UpdateFunction<K,V> |
An interface defining the method to be applied to the existing and replacing object in a BTree.
|
Class | Description |
---|---|
BTree | |
BTree.Builder<V> | |
BTree.FastBuilder<V> |
A pooled builder for constructing a tree in-order, and without needing any reconciliation.
|
BTreeRemoval | |
BTreeSet<V> | |
BTreeSet.BTreeDescRange<V> | |
BTreeSet.BTreeRange<V> | |
BTreeSet.Builder<V> | |
FullBTreeSearchIterator<K,V> | |
LeafBTreeSearchIterator<K,V> | |
UpdateFunction.Simple<V> |
Enum | Description |
---|---|
BTree.Dir |
Represents the direction of iteration.
|
Copyright © 2009- The Apache Software Foundation