Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

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 java.lang.Object

Value object which maintains the current position of the cursor.


Constructor Summary
protected Cursor.Position()
           
 
Method Summary
 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  RowId getRowId()
          Returns the unique RowId of the position of the cursor.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cursor.Position

protected Cursor.Position()
Method Detail

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.


equalsImpl

protected abstract boolean equalsImpl(java.lang.Object o)
Returns true if the subclass specific info in a Position is equal, false otherwise.

Parameters:
o - object being tested for equality, guaranteed to be the same class as this object

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013