| java.lang.Object com.sleepycat.collections.BlockIterator
BlockIterator | class BlockIterator implements BaseIterator(Code) | | An iterator that does not need closing because a cursor is not kept open
across method calls. A cursor is opened to read a block of records at a
time and then closed before the method returns.
author: Mark Hayes |
BlockIterator | BlockIterator(StoredCollection coll, boolean writeAllowed, int blockSize)(Code) | | Creates an iterator.
|
hasNext | public boolean hasNext()(Code) | | |
hasPrevious | public boolean hasPrevious()(Code) | | |
isCurrentData | final public boolean isCurrentData(Object currentData)(Code) | | |
moveToIndex | final public boolean moveToIndex(int index)(Code) | | |
nextIndex | public int nextIndex()(Code) | | |
previousIndex | public int previousIndex()(Code) | | |
remove | public void remove()(Code) | | |
|
|