protected abstract static class CursorImpl.PositionImpl extends java.lang.Object implements Cursor.Position
| Modifier | Constructor and Description |
|---|---|
protected |
PositionImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
protected abstract boolean |
equalsImpl(java.lang.Object o)
Returns
true if the subclass specific info in a Position is
equal, false otherwise. |
abstract RowIdImpl |
getRowId()
Returns the unique RowId of the position of the cursor.
|
int |
hashCode() |
public final int hashCode()
hashCode in class java.lang.Objectpublic final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic abstract RowIdImpl getRowId()
getRowId in interface Cursor.Positionprotected abstract boolean equalsImpl(java.lang.Object o)
true if the subclass specific info in a Position is
equal, false otherwise.o - object being tested for equality, guaranteed to be the same
class as this object