| Modifier and Type | Method and Description |
|---|---|
LZWCodec.LZWNode |
getChildNode(byte nIndex) |
LZWCodec.LZWNode |
getChildNode(byte[] aBuffer)
This will traverse the tree until it gets to the sub node.
|
int |
getTableIndex() |
void |
setChildNode(byte nIndex,
LZWCodec.LZWNode aNode) |
String |
toString() |
public LZWNode()
public LZWNode(@Nonnegative int nTableIndex)
@Nonnegative public int getTableIndex()
public void setChildNode(@Nonnegative byte nIndex, @Nonnull LZWCodec.LZWNode aNode)
@Nullable public LZWCodec.LZWNode getChildNode(byte nIndex)
@Nullable public LZWCodec.LZWNode getChildNode(@Nonnull byte[] aBuffer)
aBuffer - The path to the node.Copyright © 2014–2017 Philip Helger. All rights reserved.