Class HuffmanNode
java.lang.Object
org.apache.hc.core5.http2.hpack.HuffmanNode
This Huffman codec implementation has been derived from Twitter HPack project
(https://github.com/twitter/hpack)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
symbol
private final int symbol -
bits
private final int bits -
children
-
-
Constructor Details
-
HuffmanNode
HuffmanNode() -
HuffmanNode
HuffmanNode(int symbol, int bits)
-
-
Method Details
-
getBits
public int getBits() -
getSymbol
public int getSymbol() -
hasChild
public boolean hasChild(int index) -
getChild
-
setChild
-
isTerminal
public boolean isTerminal() -
toString
-