|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjdbm.helper.FastIterator
jdbm.htree.HashDirectory.HDIterator
public class HashDirectory.HDIterator
Utility class to enumerate keys/values in a HTree
| Constructor Summary | |
|---|---|
HashDirectory.HDIterator(boolean iterateKeys)
Construct an iterator on this directory. |
|
| Method Summary | |
|---|---|
java.lang.Object |
next()
Returns the next object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
HashDirectory.HDIterator(boolean iterateKeys)
throws java.io.IOException
iterateKeys - True if iteration supplies keys, False
if iterateKeys supplies values.
java.io.IOException| Method Detail |
|---|
public java.lang.Object next()
next in class FastIterator
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||