hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
ArrayTernaryTrie.this
hunt
collection
ArrayTernaryTrie
ArrayTernaryTrie
Create a case insensitive Trie of default capacity.
this
()
class
ArrayTernaryTrie
(V)
this
(
)
this
(bool insensitive)
this
(int capacity)
this
(bool insensitive, int capacity)
this
(ArrayTernaryTrie!(V) trie, double factor)
Meta
Source
See Implementation
hunt
collection
ArrayTernaryTrie
ArrayTernaryTrie
constructors
this
functions
clear
dump
get
getBest
isEmpty
isFull
keySet
put
size
toString
static functions
hilo
Create a case insensitive Trie of default capacity.