Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.util.EnumSet
Packages that use EnumSet
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Uses of EnumSet in java.util
Methods in java.util that return EnumSet
static <E extends Enum<E>> EnumSet<E>
EnumSet.allOf(Class<E> elementType)
Creates an enum set containing all of the elements in the specified element type.
EnumSet.clone()
Returns a copy of this set.
static <E extends Enum<E>> EnumSet<E>
EnumSet.complementOf(EnumSet<E> s)
Creates an enum set with the same element type as the specified enum set, initially containing all the elements of this type that are not contained in the specified set.
static <E extends Enum<E>> EnumSet<E>
EnumSet.copyOf(Collection<E> c)
Creates an enum set initialized from the specified collection.
static <E extends Enum<E>> EnumSet<E>
EnumSet.copyOf(EnumSet<E> s)
Creates an enum set with the same element type as the specified enum set, initially containing the same elements (if any).
static <E extends Enum<E>> EnumSet<E>
EnumSet.noneOf(Class<E> elementType)
Creates an empty enum set with the specified element type.
static <E extends Enum<E>> EnumSet<E>
EnumSet.of(E e)
Creates an enum set initially containing the specified element.
static <E extends Enum<E>> EnumSet<E>
EnumSet.of(E e1, E e2)
Creates an enum set initially containing the specified elements.
static <E extends Enum<E>> EnumSet<E>
EnumSet.of(E e1, E e2, E e3)
Creates an enum set initially containing the specified elements.
static <E extends Enum<E>> EnumSet<E>
EnumSet.of(E e1, E e2, E e3, E e4)
Creates an enum set initially containing the specified elements.
static <E extends Enum<E>> EnumSet<E>
EnumSet.of(E e1, E e2, E e3, E e4, E e5)
Creates an enum set initially containing the specified elements.
static <E extends Enum<E>> EnumSet<E>
EnumSet.of(E first, E... rest)
Creates an enum set initially containing the specified elements.
static <E extends Enum<E>> EnumSet<E>
EnumSet.range(E from, E to)
Creates an enum set initially containing all of the elements in the range defined by the two specified endpoints.
Methods in java.util with parameters of type EnumSet
static <E extends Enum<E>> EnumSet<E>
EnumSet.complementOf(EnumSet<E> s)
Creates an enum set with the same element type as the specified enum set, initially containing all the elements of this type that are not contained in the specified set.
static <E extends Enum<E>> EnumSet<E>
EnumSet.copyOf(EnumSet<E> s)
Creates an enum set with the same element type as the specified enum set, initially containing the same elements (if any).

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz