|
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.IndexData.Entry
public static class IndexData.Entry
A single leaf entry in an index (points to a single row)
Method Summary | |
---|---|
protected IndexData.Entry |
asNodeEntry(java.lang.Integer subPageNumber)
Returns a copy of this entry as a node Entry with the given subPageNumber. |
int |
compareTo(IndexData.Entry other)
|
protected java.lang.String |
entryBytesToString()
|
boolean |
equals(java.lang.Object o)
|
boolean |
equalsEntryBytes(IndexData.Entry o)
|
protected byte[] |
getEntryBytes()
|
RowId |
getRowId()
|
java.lang.Integer |
getSubPageNumber()
|
IndexData.EntryType |
getType()
|
int |
hashCode()
|
boolean |
isLeafEntry()
|
boolean |
isValid()
|
protected int |
size()
Size of this entry in the db. |
java.lang.String |
toString()
|
protected void |
write(java.nio.ByteBuffer buffer,
byte[] prefix)
Write this entry into a buffer |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public RowId getRowId()
public IndexData.EntryType getType()
public java.lang.Integer getSubPageNumber()
public boolean isLeafEntry()
public boolean isValid()
protected final byte[] getEntryBytes()
protected int size()
protected void write(java.nio.ByteBuffer buffer, byte[] prefix) throws java.io.IOException
java.io.IOException
protected final java.lang.String entryBytesToString()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean equalsEntryBytes(IndexData.Entry o)
true
iff the entryBytes are equal between this Entry and the given Entrypublic int compareTo(IndexData.Entry other)
compareTo
in interface java.lang.Comparable<IndexData.Entry>
protected IndexData.Entry asNodeEntry(java.lang.Integer subPageNumber)
|
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 |