Overview
API Versioning
Deprecated
dw.util
Class Set
Object
dw.util.Collection
dw.util.Set
Represents a set of objects.
All Known Subclasses
HashSet
,
LinkedHashSet
,
SortedSet
Properties
static
EMPTY_SET :
Set
Convenience variable, for an empty and immutable list.
Constructor Summary
This class does not have a constructor, so you cannot create it directly. To get an instance of this class, use one of the subclass constructors.
Method Summary
Methods inherited from class
Collection
add
,
add1
,
addAll
,
clear
,
contains
,
containsAll
,
getLength
,
isEmpty
,
iterator
,
remove
,
removeAll
,
retainAll
,
size
,
toArray
,
toArray
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