- add
bool add(Object o)
 Undocumented in source.
- add
bool add(String o)
 Undocumented in source.
- addAll
bool addAll(Collection c)
 Undocumented in source.
- clear
void clear()
 Undocumented in source.
- contains
bool contains(Object o)
 Undocumented in source.
- contains
bool contains(String o)
 Undocumented in source.
- containsAll
bool containsAll(Collection c)
 Undocumented in source.
- opEquals
equals_t opEquals(Object o)
 Undocumented in source.
- toHash
hash_t toHash()
 Undocumented in source.
- isEmpty
bool isEmpty()
 Undocumented in source.
- iterator
Iterator iterator()
 Undocumented in source.
- remove
bool remove(Object o)
 Undocumented in source.
- remove
bool remove(String o)
 Undocumented in source.
- removeAll
bool removeAll(Collection c)
 Undocumented in source.
- retainAll
bool retainAll(Collection c)
 Undocumented in source.
- size
int size()
 Undocumented in source.
- toArray
Object[] toArray()
 Undocumented in source.
- toArray
Object[] toArray(Object[] a)
 Undocumented in source.
- toString
String toString()
 Undocumented in source.
- opApply
int opApply(int delegate(ref Object value) dg)
 Undocumented in source.