public static interface RecordStore.RecordIterator
extends java.util.Iterator<java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
peek() |
void |
removeAllRecords() |
void |
removeReadRecords()
Removes all records that have been read through the next() iterator call
|