Class HashSet

public class HashSet
extends AbstractSet
implements Set, Cloneable
Implements a set in terms of a hash table.

Constructors

HashSet()
HashSet(Collection)
HashSet(int)
HashSet(int, float)

Methods

add(Object)
clear()
clone()
contains(Object)
isEmpty()
iterator()
remove(Object)
size()
toString()