public static class IndexData.Entry extends Object implements Comparable<IndexData.Entry>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IndexData.Entry other) |
boolean |
equals(Object o) |
boolean |
equalsEntryBytes(IndexData.Entry o) |
RowIdImpl |
getRowId() |
Integer |
getSubPageNumber() |
IndexData.EntryType |
getType() |
int |
hashCode() |
boolean |
isLeafEntry() |
boolean |
isValid() |
String |
toString() |
public RowIdImpl getRowId()
public IndexData.EntryType getType()
public Integer getSubPageNumber()
public boolean isLeafEntry()
public boolean isValid()
public 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>
Copyright © 2005–2024 OpenHMS. All rights reserved.