com.partnersoft.compression.huffman
Class HuffmanBranch

java.lang.Object
  extended by com.partnersoft.compression.huffman.HuffmanBranch

public class HuffmanBranch
extends java.lang.Object


Constructor Summary
HuffmanBranch()
           
 
Method Summary
 HuffmanNode getLeftChild()
           
 HuffmanNode getRightChild()
           
 int getWeight()
           
 void setLeftChild(HuffmanNode newLeftChild)
           
 void setRightChild(HuffmanNode newRightChild)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HuffmanBranch

public HuffmanBranch()
Method Detail

getWeight

public int getWeight()

getLeftChild

public HuffmanNode getLeftChild()

setLeftChild

public void setLeftChild(HuffmanNode newLeftChild)

getRightChild

public HuffmanNode getRightChild()

setRightChild

public void setRightChild(HuffmanNode newRightChild)