final class LZWNode extends java.lang.Object
LZWNode
children
int
code
left
prefix
right
suffix
LZWNode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LZWNode left
public LZWNode right
public LZWNode children
public int code
public int prefix
public int suffix