Generic set implementation
Re-exports: HashList
public class HashSet<T> extends HashList<T>
Members:
override function add(vararg T elems) Adds an element to this setoverride function remove(T elem) returns boolean Removes an element from this set if presentoverride function removeAt(int index) returns T Remove the element at the given indexoverride function clear()