public class FullIndexIterator extends Object implements IndexIterator
| Constructor and Description |
|---|
FullIndexIterator(RootBlock rootBlock,
LockManager lockManager,
BlockPersister persister) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Iterator<Key> |
iterator() |
Key |
next() |
void |
remove() |
void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic FullIndexIterator(RootBlock rootBlock, LockManager lockManager, BlockPersister persister)
public void close()
close in interface IndexIteratorpublic void reset()
reset in interface IndexIteratorCopyright © 2015. All rights reserved.