| Modifier and Type | Class and Description |
|---|---|
protected static class |
BTreeMap.DirNode |
protected static class |
BTreeMap.LeafNode |
| Modifier and Type | Field and Description |
|---|---|
protected Serializer<BTreeMap.BNode> |
BTreeMap.nodeSerializer |
| Modifier and Type | Method and Description |
|---|---|
BTreeMap.BNode |
BTreeMap.NodeSerializer.deserialize(java.io.DataInput in,
int available) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Map.Entry<K,V> |
BTreeMap.findSmallerRecur(BTreeMap.BNode n,
K key,
boolean inclusive) |
private java.util.Map.Entry<K,V> |
BTreeMap.lastEntryRecur(BTreeMap.BNode n) |
void |
BTreeMap.NodeSerializer.serialize(java.io.DataOutput out,
BTreeMap.BNode value) |