| Modifier and Type | Field and Description |
|---|---|
protected HTreeMap.LinkedNode[] |
HTreeMap.HashIterator.currentLinkedList |
| Modifier and Type | Field and Description |
|---|---|
protected Serializer<HTreeMap.LinkedNode<K,V>> |
HTreeMap.LN_SERIALIZER |
| Modifier and Type | Method and Description |
|---|---|
private HTreeMap.LinkedNode[] |
HTreeMap.HashIterator.advance(int lastHash) |
private HTreeMap.LinkedNode[] |
HTreeMap.HashIterator.findNextLinkedNode(int hash) |
private HTreeMap.LinkedNode[] |
HTreeMap.HashIterator.findNextLinkedNodeRecur(long dirRecid,
int newHash,
int level) |
protected HTreeMap.LinkedNode<K,V> |
HTreeMap.getInner(java.lang.Object o,
int h,
int segment) |