private HuffmanChain(Dictionary <char, HuffmanTree> trees, HuffmanTree overall) { this.trees = trees; this.overall = overall; }