- add
Adds the specified element to this set if it is not already present (optional
operation). More forma
- contains
Returns true if this set contains the specified element. More formally, returns
true if and only if
- iterator
- size
- isEmpty
Returns true if this set contains no elements.
- addAll
Adds all of the elements in the specified collection to this set if they're not
already present (opt
- remove
Removes the specified element from this set if it is present (optional
operation). More formally, re
- toArray
Returns an array containing all of the elements in this set; the runtime type of
the returned array
- stream
- clear
Removes all of the elements from this set (optional operation). The set will be
empty after this cal
- removeAll
Removes from this set all of its elements that are contained in the specified
collection (optional o
- forEach