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:
  • 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.