Class TreeDecoder.LeafNode
java.lang.Object
it.unimi.dsi.compression.TreeDecoder.Node
it.unimi.dsi.compression.TreeDecoder.LeafNode
- All Implemented Interfaces:
Serializable
- Enclosing class:
TreeDecoder
A leaf node of the decoding tree.
- See Also:
-
Field Summary
FieldsFields inherited from class TreeDecoder.Node
left, right -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
symbol
public final int symbol
-
-
Constructor Details
-
LeafNode
public LeafNode(int symbol) Creates a leaf node.- Parameters:
symbol- the symbol for this node.
-