com.partnersoft.compression.huffman
Class HuffmanNode

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

public abstract class HuffmanNode
extends java.lang.Object


Constructor Summary
HuffmanNode()
           
 
Method Summary
 HuffmanNode getParent()
           
abstract  int getWeight()
           
 void setParent(HuffmanNode newParent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HuffmanNode

public HuffmanNode()
Method Detail

getWeight

public abstract int getWeight()

getParent

public HuffmanNode getParent()

setParent

public void setParent(HuffmanNode newParent)