korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.format
/
JPEGDecoder
/
HuffmanNode
Huffman
Node
data
class
HuffmanNode
(
var
children
:
ArrayList
<
Any
>
=
arrayListOf()
,
var
index
:
Int
=
0
)
Members
Constructors
Huffman
Node
Link copied to clipboard
constructor
(
children
:
ArrayList
<
Any
>
=
arrayListOf()
,
index
:
Int
=
0
)
Properties
children
Link copied to clipboard
var
children
:
ArrayList
<
Any
>
index
Link copied to clipboard
var
index
:
Int
Functions
set
Child
At
Link copied to clipboard
fun
setChildAt
(
index
:
Int
,
value
:
Any
)