com.healthmarketscience.jackcess
Class Index.Entry
java.lang.Object
com.healthmarketscience.jackcess.Index.Entry
- All Implemented Interfaces:
- Comparable<Index.Entry>
- Enclosing class:
- Index
public static class Index.Entry
- extends Object
- implements Comparable<Index.Entry>
A single leaf entry in an index (points to a single row)
getRowId
public RowId getRowId()
getType
public Index.EntryType getType()
getSubPageNumber
public Integer getSubPageNumber()
isLeafEntry
public boolean isLeafEntry()
isValid
public boolean isValid()
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class 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 Comparable<Index.Entry>
Copyright © 2005-2010 Health Market Science. All Rights Reserved.