AbstractTrie

Undocumented in source.

Constructors

this
this(bool insensitive)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
V get(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
get
V get(string s, int offset, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
get
V get(ByteBuffer b)
Undocumented in source. Be warned that the author may not have intended to support it.
get
V get(ByteBuffer b, int offset, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
getBest
V getBest(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
getBest
V getBest(string s, int offset, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
getBest
V getBest(byte[] b, int offset, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
getBest
V getBest(ByteBuffer b, int offset, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
isCaseInsensitive
bool isCaseInsensitive()
Undocumented in source. Be warned that the author may not have intended to support it.
isFull
bool isFull()
Undocumented in source. Be warned that the author may not have intended to support it.
keySet
Set!string keySet()
Undocumented in source. Be warned that the author may not have intended to support it.
put
bool put(string s, V v)
Undocumented in source. Be warned that the author may not have intended to support it.
put
bool put(V v)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
V remove(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta