it.unimi.dsi.compression
Class TreeDecoder.Node
java.lang.Object
it.unimi.dsi.compression.TreeDecoder.Node
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TreeDecoder.LeafNode
- Enclosing class:
- TreeDecoder
public static class TreeDecoder.Node
- extends Object
- implements Serializable
A internal node of the decoding tree.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
left
public TreeDecoder.Node left
right
public TreeDecoder.Node right
TreeDecoder.Node
public TreeDecoder.Node()