Growing

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(int capacity, int growby)
Undocumented in source.
this
this(bool insensitive, int capacity, int growby)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump()
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(Object obj)
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(ByteBuffer b)
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, 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(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 length)
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.
hashCode
int hashCode()
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.
isEmpty
bool isEmpty()
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.
put
bool put(V v)
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.
remove
V remove(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta