Uses of Class
algs55.Huffman.Node
Packages that use Huffman.Node
-
Uses of Huffman.Node in algs55
Fields in algs55 declared as Huffman.NodeModifier and TypeFieldDescriptionfinal Huffman.Node
Huffman.Node.left
final Huffman.Node
Huffman.Node.right
Methods in algs55 that return Huffman.NodeModifier and TypeMethodDescriptionprivate static Huffman.Node
Huffman.buildTrie
(int[] freq) private static Huffman.Node
Huffman.readTrie()
Methods in algs55 with parameters of type Huffman.NodeModifier and TypeMethodDescriptionprivate static void
Huffman.buildCode
(String[] st, Huffman.Node x, String s) int
Huffman.Node.compareTo
(Huffman.Node that) private static void
Huffman.printTrie
(Huffman.Node x) private static void
Huffman.printTrie
(Huffman.Node x, String pre) private static void
Huffman.writeTrie
(Huffman.Node x) Constructors in algs55 with parameters of type Huffman.Node