Interface IStorageIterator<E extends Externalizable>
- All Superinterfaces:
Iterator<E>
- All Known Implementing Classes:
DummyStorageIterator
public interface IStorageIterator<E extends Externalizable> extends Iterator<E>
Interface for iterating through a set of records from an IStorageUtility
-
Method Summary
Methods inherited from interface org.javarosa.core.util.Iterator
hasMore, nextID, nextRecord, numRecords, peekID