|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.Cursor.Position
public abstract static class Cursor.Position
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 |
---|
protected Cursor.Position()
Method Detail |
---|
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public abstract RowId getRowId()
protected 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
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |