| Package | Description |
|---|---|
| jdbm.htree |
HTree (scalable persistent hashtable) data structure implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashDirectory.HDIterator
Utility class to enumerate keys/values in a HTree
|
| Modifier and Type | Method and Description |
|---|---|
(package private) FastIterator |
HashDirectory.keys()
Returns an enumeration of the keys contained in this
|
FastIterator |
HTree.keys()
Returns an enumeration of the keys contained in this
|
(package private) FastIterator |
HashDirectory.values()
Returns an enumeration of the values contained in this
|
FastIterator |
HTree.values()
Returns an enumeration of the values contained in this
|