public class NodeNumericIndex extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
private Node |
_node |
(package private) int |
RelatedNodeOffset
The node offset which relates to this sequence of characters.
|
| Constructor and Description |
|---|
NodeNumericIndex(Dataset dataSet,
short value,
int relatedNodeOffset) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Node |
getNode() |
(package private) int |
getValue() |
binarySearch, getDataSet, getIndex, readIntegerArrayfinal int RelatedNodeOffset
private Node _node
NodeNumericIndex(Dataset dataSet, short value, int relatedNodeOffset)
dataSet - The data set the node is contained withinvalue - The value of the numeric index. Added to it's index field.relatedNodeOffset - The offset in the list of nodes to the node the
index relates toint getValue()
Node getNode() throws IOException
IOException