hunt.collection.HashSet

Undocumented in source.

Members

Classes

HashSet
class HashSet(E)

This class implements the <tt>Set</tt> interface, backed by a hash table (actually a <tt>HashMap</tt> 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 <tt>null</tt> element.

Meta