Class Set

Represents a set of objects.

All Known Subclasses 

HashSet, LinkedHashSet, SortedSet

Property Summary 

PropertyDescription
EMPTY_SET: SetConvenience 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.