toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.soywiz.korim.format.jpg
/
JPEGDecoder
/
HuffmanNode
Huffman
Node
data
class
HuffmanNode
(
var
children
:
ArrayList
<
Any
>
=
arrayListOf()
,
var
index
:
Int
=
0
)
(
source
)
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
)