dw.util
Class HashSet
Represents a HashSet
Constructor Summary
HashSet()
Constructs a new HashMap.
HashSet(collection
:
Collection)
Construct a new HashSet by initializing the HashSet with the elements of the given collection.
Methods inherited from class
Collection
Methods inherited from class
Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
Constructor Detail
HashSet
public HashSet(collection
:
Collection)
Construct a new HashSet by
initializing the HashSet with the elements of the
given collection.
Parameters:
collection
-
the collection to add to the set.
Method Detail