HashSet
Sourceclass HashSet
Source
 Generic set implementation 
 function add(vararg T elems)
Source
 Adds an element to this set 
 function clear()
Source
 function remove(T elem) returns boolean
Source
 Removes an element from this set if present 
 function removeAt(int index) returns T
Source
 Remove the element at the given index