Searched refs:BlockIterator (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DBlockIterator.java6 * $Id: BlockIterator.java,v 12.7 2008/02/07 17:12:26 mark Exp $
27 class BlockIterator implements BaseIterator { class in inherits:BaseIterator
75 BlockIterator(StoredCollection coll, boolean writeAllowed, int blockSize) { method in class:BlockIterator
92 private BlockIterator(BlockIterator o) { method in class:BlockIterator
754 return new BlockIterator(this);
H A DStoredCollection.java105 BlockIterator blockIterator() {
106 return new BlockIterator(this, isWriteAllowed(), iteratorBlockSize);
H A DStoredList.java423 BlockIterator i = blockIterator();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile291 $(JAVA_SLEEPYCAT)/collections/BlockIterator.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in289 $(JAVA_SLEEPYCAT)/collections/BlockIterator.java \

Completed in 128 milliseconds