Package it.unimi.dsi.compression
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
Fields inherited from class it.unimi.dsi.compression.TreeDecoder.Node
left, right
-
Constructor Summary
-
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.
-