public class CompressedLeaf extends AbstractCompressedNode
Constructor and Description |
---|
CompressedLeaf(int currentHeight,
int numRows) |
CompressedLeaf(IsolationTree.Node node) |
Modifier and Type | Method and Description |
---|---|
int |
getNumRows() |
void |
toBytes(water.AutoBuffer ab)
The structure of the bytes is:
|identifierOfTheNodeType|numRows|
|
getHeight
public CompressedLeaf(IsolationTree.Node node)
public CompressedLeaf(int currentHeight, int numRows)
public int getNumRows()
public void toBytes(water.AutoBuffer ab)
toBytes
in class AbstractCompressedNode