private static final class IndexCursorImpl.IndexPosition extends CursorImpl.PositionImpl
| Modifier and Type | Field and Description |
|---|---|
private IndexData.Entry |
_entry |
| Modifier | Constructor and Description |
|---|---|
private |
IndexPosition(IndexData.Entry entry) |
| 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. |
IndexData.Entry |
getEntry() |
RowIdImpl |
getRowId()
Returns the unique RowId of the position of the cursor.
|
java.lang.String |
toString() |
equals, hashCodeprivate final IndexData.Entry _entry
private IndexPosition(IndexData.Entry entry)
public RowIdImpl getRowId()
CursorImpl.PositionImplgetRowId in interface Cursor.PositiongetRowId in class CursorImpl.PositionImplpublic IndexData.Entry getEntry()
protected 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