lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
hebmorph
/
org.gnit.lucenekmp.analysis.he.datastructures
/
DictRadix
/
DictNode
Dict
Node
inner
class
DictNode
Members
Constructors
Dict
Node
Link copied to clipboard
constructor
(
)
Functions
clear
Link copied to clipboard
fun
clear
(
)
get
Children
Link copied to clipboard
fun
getChildren
(
)
:
Array
<
DictRadix.DictNode
>
?
get
Key
Link copied to clipboard
fun
getKey
(
)
:
CharArray
?
get
Value
Link copied to clipboard
fun
getValue
(
)
:
T
?
set
Children
Link copied to clipboard
fun
setChildren
(
children
:
Array
<
DictRadix.DictNode
>
?
)
set
Key
Link copied to clipboard
fun
setKey
(
key
:
CharArray
?
)
set
Value
Link copied to clipboard
fun
setValue
(
value
:
T
?
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String