java.util.HashSet

Undocumented in source.

Members

Classes

HashSet
class HashSet

This class implements the {@code Set} interface, backed by a hash table (actually a {@code HashMap} instance). 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 {@code null} element.

Meta