RegularEnumSet
Constructors
Functions
Link copied to clipboard
Complements the contents of this enum set.
Link copied to clipboard
Returns true if this set contains all of the elements in the specified collection.
Link copied to clipboard
Returns an iterator over the elements contained in this set. The iterator traverses the elements in their natural order (which is the order in which the enum constants are declared). The returned Iterator is a "snapshot" iterator that will never throw [ ]; the elements are traversed as they existed when this call was invoked.
Link copied to clipboard
Removes from this set all of its elements that are contained in the specified collection.
Link copied to clipboard
Retains only the elements in this set that are contained in the specified collection.