com.healthmarketscience.jackcess
Class IndexData.Entry
java.lang.Object
com.healthmarketscience.jackcess.IndexData.Entry
- All Implemented Interfaces:
- Comparable<IndexData.Entry>
- Enclosing class:
- IndexData
public static class IndexData.Entry
- extends Object
- implements Comparable<IndexData.Entry>
A single leaf entry in an index (points to a single row)
getRowId
public RowId getRowId()
getType
public IndexData.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(IndexData.Entry o)
- Returns:
true
iff the entryBytes are equal between this
Entry and the given Entry
compareTo
public int compareTo(IndexData.Entry other)
- Specified by:
compareTo
in interface Comparable<IndexData.Entry>
Copyright © 2005-2013 Health Market Science. All Rights Reserved.