Class TreeDecoder.LeafNode

    • Constructor Summary

      Constructors 
      Constructor Description
      LeafNode​(int symbol)
      Creates a leaf node.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • symbol

        public final int symbol
    • Constructor Detail

      • LeafNode

        public LeafNode​(int symbol)
        Creates a leaf node.
        Parameters:
        symbol - the symbol for this node.