Package com.arcadedb.database
Interface Cursor
-
- All Superinterfaces:
Iterable<Identifiable>
,Iterator<Identifiable>
- All Known Subinterfaces:
IndexCursor
- All Known Implementing Classes:
EmptyIndexCursor
,IndexCursorCollection
,LSMTreeIndexCursor
,MultiIndexCursor
,TempIndexCursor
public interface Cursor extends Iterable<Identifiable>, Iterator<Identifiable>
Cursor to browse a result set.- Author:
- Luca Garulli ([email protected])
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
estimateSize()
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-