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
public static class TreeDecoder.LeafNode
- extends TreeDecoder.Node
A leaf node of the decoding tree.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
symbol
public final int symbol
TreeDecoder.LeafNode
public TreeDecoder.LeafNode(int symbol)
- Creates a leaf node.
- Parameters:
symbol
- the symbol for this node.