HuffmanNode

constructor(children: ArrayList<Any> = arrayListOf(), index: Int = 0)(source)