com.healthmarketscience.jackcess
Class Cursor.Position
java.lang.Object
com.healthmarketscience.jackcess.Cursor.Position
- Enclosing class:
- Cursor
public abstract static class Cursor.Position
- extends java.lang.Object
Value object which maintains the current position of the cursor.
Method Summary |
boolean |
equals(java.lang.Object o)
|
abstract RowId |
getRowId()
Returns the unique RowId of the position of the cursor. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
hashCode
public final int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public final boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
getRowId
public abstract RowId getRowId()
- Returns the unique RowId of the position of the cursor.
Copyright 2005-2011 by Gerry Weirich, Elexis