private static final class TableScanCursor.ScanPosition extends CursorImpl.PositionImpl
| Modifier | Constructor and Description |
|---|---|
private |
ScanPosition(RowIdImpl rowId) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
equalsImpl(java.lang.Object o)
Returns
true if the subclass specific info in a Position is
equal, false otherwise. |
RowIdImpl |
getRowId()
Returns the unique RowId of the position of the cursor.
|
java.lang.String |
toString() |
equals, hashCodeprivate final RowIdImpl _rowId
private ScanPosition(RowIdImpl rowId)
public RowIdImpl getRowId()
CursorImpl.PositionImplgetRowId in interface Cursor.PositiongetRowId in class CursorImpl.PositionImplprotected boolean equalsImpl(java.lang.Object o)
CursorImpl.PositionImpltrue if the subclass specific info in a Position is
equal, false otherwise.equalsImpl in class CursorImpl.PositionImplo - object being tested for equality, guaranteed to be the same
class as this objectpublic java.lang.String toString()
toString in class java.lang.Object