public interface INode<T>
Modifier and Type | Method and Description |
---|---|
float |
getLeafValue() |
int |
getLeftChildIndex() |
int |
getRightChildIndex() |
int |
getSplitIndex() |
boolean |
isLeaf() |
int |
next(T value) |
boolean isLeaf()
float getLeafValue()
int getSplitIndex()
int next(T value)
int getLeftChildIndex()
int getRightChildIndex()