|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.healthmarketscience.jackcess.impl.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(Integer subPageNumber)
Returns a copy of this entry as a node Entry with the given subPageNumber. |
int |
compareTo(IndexData.Entry other)
|
protected org.apache.commons.lang.builder.ToStringBuilder |
entryBytesToStringBuilder(org.apache.commons.lang.builder.ToStringBuilder sb)
|
boolean |
equals(Object o)
|
boolean |
equalsEntryBytes(IndexData.Entry o)
|
protected byte[] |
getEntryBytes()
|
RowIdImpl |
getRowId()
|
Integer |
getSubPageNumber()
|
IndexData.EntryType |
getType()
|
int |
hashCode()
|
boolean |
isLeafEntry()
|
boolean |
isValid()
|
protected int |
size()
Size of this entry in the db. |
String |
toString()
|
protected void |
write(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 RowIdImpl getRowId()
public IndexData.EntryType getType()
public Integer getSubPageNumber()
public boolean isLeafEntry()
public boolean isValid()
protected final byte[] getEntryBytes()
protected int size()
protected void write(ByteBuffer buffer,
byte[] prefix)
throws IOException
IOExceptionprotected final org.apache.commons.lang.builder.ToStringBuilder entryBytesToStringBuilder(org.apache.commons.lang.builder.ToStringBuilder sb)
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objectpublic 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 Comparable<IndexData.Entry>protected IndexData.Entry asNodeEntry(Integer subPageNumber)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||