Class Cursors.AbstractCursor
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.Cursors.AbstractCursor
-
- Direct Known Subclasses:
Cursors.PathCursor
- Enclosing class:
- Cursors
public abstract static class Cursors.AbstractCursor extends java.lang.Object implements Cursor
A Cursor implementation where the remove method throws an UnsupportedOperationException.
-
-
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()
-
-
-
Method Detail
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<IndexRow>
-
getSize
public long getSize(Result.SizePrecision precision, long max)
Description copied from interface:CursorGet the size if known.
-
-