|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.compression.huffman.HuffmanNode
public abstract class HuffmanNode
| 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 |
|---|
public HuffmanNode()
| Method Detail |
|---|
public abstract int getWeight()
public HuffmanNode getParent()
public void setParent(HuffmanNode newParent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||