Class Set
Represents a set of objects.
All Known Subclasses
HashSet, LinkedHashSet, SortedSet
Property Summary
| Property | Description |
|---|
| 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.
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
Property Details
EMPTY_SET
- EMPTY_SET: Set
Convenience variable, for an empty and immutable list.