Class Cursors.AbstractCursor
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.Cursors.AbstractCursor
-
-
Constructor Summary
Constructors Constructor Description AbstractCursor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetSize(Result.SizePrecision precision, long max)Get the size if known.voidremove()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext
-
-
-
-
Method Detail
-
getSize
public long getSize(Result.SizePrecision precision, long max)
Description copied from interface:CursorGet the size if known.
-
-