Class HuffmanTree.Node<T>

  • Enclosing class:
    HuffmanTree<T>

    private static final class HuffmanTree.Node<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean empty  
      (package private) T value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Node()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • empty

        boolean empty
      • value

        T value
    • Constructor Detail

      • Node

        private Node()