Package java.util

Class HashSet

extends AbstractSetAbstractCollectionObject
implements Set, Cloneable, Serializable, Collection

This class implements the Set interface, backed by a hash table. It makes no guarantees as to the iteration order of the set; in particular, it does not guarantee that the order will remain constant over time. This class permits the null element.

Public Constructors

Public Methods

Methods inherited from java.util.AbstractSet

Methods inherited from java.util.AbstractCollection

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_