Java.Util.EnumSet: Method Members

The methods of Java.Util.EnumSet are listed below. For a list of all members, see the EnumSet Members list.

See Also: Inherited members from Java.Util.AbstractSet

Public Methods

static
AllOf(Java.Lang.Class) : EnumSet
Documentation for this section has not yet been entered.
Clone() : EnumSet
Creates a new enum set with the same elements as those contained in this enum set.
static
ComplementOf(EnumSet) : EnumSet
Documentation for this section has not yet been entered.
static
CopyOf(EnumSet) : EnumSet
Documentation for this section has not yet been entered.
static
CopyOf(ICollection) : EnumSet
Documentation for this section has not yet been entered.
static
NoneOf(Java.Lang.Class) : EnumSet
Documentation for this section has not yet been entered.
static
Of(Java.Lang.Object) : EnumSet
Documentation for this section has not yet been entered.
static
Of(Java.Lang.Object, Java.Lang.Object) : EnumSet
Documentation for this section has not yet been entered.
static
Of(Java.Lang.Object, params Java.Lang.Object[]) : EnumSet
Documentation for this section has not yet been entered.
static
Of(Java.Lang.Object, Java.Lang.Object, Java.Lang.Object) : EnumSet
Documentation for this section has not yet been entered.
static
Of(Java.Lang.Object, Java.Lang.Object, Java.Lang.Object, Java.Lang.Object) : EnumSet
Documentation for this section has not yet been entered.
static
Of(Java.Lang.Object, Java.Lang.Object, Java.Lang.Object, Java.Lang.Object, Java.Lang.Object) : EnumSet
Documentation for this section has not yet been entered.
static
Range(Java.Lang.Object, Java.Lang.Object) : EnumSet
Documentation for this section has not yet been entered.