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:
java.io.Serializable
- Enclosing class:
- TreeDecoder
public static class TreeDecoder.LeafNode extends TreeDecoder.Node
A leaf node of the decoding tree.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
symbol
-
Fields inherited from class it.unimi.dsi.compression.TreeDecoder.Node
left, right
-
-
Constructor Summary
Constructors Constructor Description LeafNode(int symbol)
Creates a leaf node.
-