Package com.db4o.foundation
Class IndexedIterator
- java.lang.Object
-
- com.db4o.foundation.IndexedIterator
-
- All Implemented Interfaces:
Iterator4
- Direct Known Subclasses:
ArrayIterator4
public abstract class IndexedIterator extends java.lang.Object implements Iterator4
Basic functionality for implementing iterators for fixed length structures whose elements can be efficiently accessed by a numeric index.
-
-
Constructor Summary
Constructors Constructor Description IndexedIterator(int length)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Object
current()
protected abstract java.lang.Object
get(int index)
boolean
moveNext()
void
reset()
-