com.healthmarketscience.jackcess
Class Cursor.Position

java.lang.Object
  extended by com.healthmarketscience.jackcess.Cursor.Position
Enclosing class:
Cursor

public abstract static class Cursor.Position
extends Object

Value object which maintains the current position of the cursor.


Method Summary
 boolean equals(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
 

Method Detail

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

equals

public final boolean equals(Object o)
Overrides:
equals in class Object

getRowId

public abstract RowId getRowId()
Returns the unique RowId of the position of the cursor.



Copyright ? 2005-2008 Health Market Science. All Rights Reserved.