public abstract class AbstractCompressedNode extends water.Iced<AbstractCompressedNode>
CompressedNode
and CompressedLeaf
used to access both types from array.Constructor and Description |
---|
AbstractCompressedNode(int height) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
abstract void |
toBytes(water.AutoBuffer ab)
Serialize Node to the byte buffer
|