com.healthmarketscience.jackcess
Class IndexData.Entry

java.lang.Object
  extended by 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)


Method Summary
 int compareTo(IndexData.Entry other)
           
 boolean equals(Object o)
           
 boolean equalsEntryBytes(IndexData.Entry o)
           
 RowId getRowId()
           
 Integer getSubPageNumber()
           
 IndexData.EntryType getType()
           
 int hashCode()
           
 boolean isLeafEntry()
           
 boolean isValid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.