com.sleepycat.collections
class BlockIterator extends Object implements BaseIterator
| Method Summary | |
|---|---|
| void | add(Object value) |
| ListIterator | dup() |
| boolean | hasNext() |
| boolean | hasPrevious() |
| boolean | isCurrentData(Object currentData) |
| boolean | moveToIndex(int index) |
| Object | next() |
| int | nextIndex() |
| Object | previous() |
| int | previousIndex() |
| void | remove() |
| void | set(Object value) |