public class HuffmanBranch
extends java.lang.Object
| Constructor and Description |
|---|
HuffmanBranch() |
| Modifier and Type | Method and Description |
|---|---|
HuffmanNode |
getLeftChild() |
HuffmanNode |
getRightChild() |
int |
getWeight() |
void |
setLeftChild(HuffmanNode newLeftChild) |
void |
setRightChild(HuffmanNode newRightChild) |
public int getWeight()
public HuffmanNode getLeftChild()
public void setLeftChild(HuffmanNode newLeftChild)
public HuffmanNode getRightChild()
public void setRightChild(HuffmanNode newRightChild)