com.healthmarketscience.jackcess
Class Index.Entry
java.lang.Object
com.healthmarketscience.jackcess.Index.Entry
- All Implemented Interfaces:
- java.lang.Comparable<Index.Entry>
- Enclosing class:
- Index
public static class Index.Entry
- extends java.lang.Object
- implements java.lang.Comparable<Index.Entry>
A single leaf entry in an index (points to a single row)
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
getRowId
public RowId getRowId()
getType
public Index.EntryType getType()
getSubPageNumber
public java.lang.Integer getSubPageNumber()
isLeafEntry
public boolean isLeafEntry()
isValid
public boolean isValid()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
equalsEntryBytes
public boolean equalsEntryBytes(Index.Entry o)
- Returns:
true
iff the entryBytes are equal between this Entry and the given Entry
compareTo
public int compareTo(Index.Entry other)
- Specified by:
compareTo
in interface java.lang.Comparable<Index.Entry>
Copyright 2005-2011 by Gerry Weirich, Elexis