Package com.c8db
Interface C8Iterator<T>
-
- All Superinterfaces:
Iterator<T>
- All Known Subinterfaces:
C8Cursor<T>
- All Known Implementing Classes:
C8CursorImpl,C8CursorIterator,C8FilterIterator,C8MappingIterator
public interface C8Iterator<T> extends Iterator<T>
-
-
Method Summary
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-