protected abstract static class CursorImpl.PositionImpl extends Object implements Cursor.Position
Modifier | Constructor and Description |
---|---|
protected |
PositionImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
protected abstract boolean |
equalsImpl(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 abstract RowIdImpl getRowId()
getRowId
in interface Cursor.Position
protected abstract boolean equalsImpl(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 objectCopyright © 2005–2018. All rights reserved.