|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.compression.TreeDecoder.Node
it.unimi.dsi.compression.TreeDecoder.LeafNode
public static class TreeDecoder.LeafNode
A leaf node of the decoding tree.
Field Summary | |
---|---|
int |
symbol
|
Fields inherited from class it.unimi.dsi.compression.TreeDecoder.Node |
---|
left, right |
Constructor Summary | |
---|---|
TreeDecoder.LeafNode(int symbol)
Creates a leaf node. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int symbol
Constructor Detail |
---|
public TreeDecoder.LeafNode(int symbol)
symbol
- the symbol for this node.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |