nlp
1.2.0
nlp
/
com.londogard.nlp.structures.trie
/
TrieNode
Trie
Node
public
final
class
TrieNode
<
K
extends
Object
,
V
extends
Object
>
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Trie
Node
Link copied to clipboard
public
TrieNode
<
K
,
V
>
TrieNode
<
K
extends
Any
,
V
extends
Any
>
(
V
value
,
Map
<
K
,
TrieNode
<
K
,
V
>
>
children
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
public
class
Companion
Content copied to clipboard
Functions
get
Link copied to clipboard
public
final
V
get
(
List
<
K
>
key
)
Content copied to clipboard
get
Children
Link copied to clipboard
public
final
Map
<
K
,
TrieNode
<
K
,
V
>
>
getChildren
(
)
Content copied to clipboard
get
Value
Link copied to clipboard
public
final
V
getValue
(
)
Content copied to clipboard
Properties
children
Link copied to clipboard
private
final
Map
<
K
,
TrieNode
<
K
,
V
>
>
children
Content copied to clipboard
value
Link copied to clipboard
private
final
V
value
Content copied to clipboard