| Package | Description |
|---|---|
| jdbm.htree |
HTree (scalable persistent hashtable) data structure implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private HashDirectory |
HashDirectory.HDIterator._dir
Current HashDirectory in the hierarchy
|
private HashDirectory |
HTree._root
Root hash directory.
|
| Constructor and Description |
|---|
HTree(HashDirectory root)
Private constructor
|