SoundCategoryEnumSet class
Constructors
- SoundCategoryEnumSet()
- SoundCategoryEnumSet.all()
-
factory
- SoundCategoryEnumSet.fromRawValue(int rawValue)
-
factory
-
SoundCategoryEnumSet.of(Iterable<
SoundCategory> elements) -
factory
Properties
Methods
-
add(
SoundCategory value) → bool -
addAll(
Iterable< SoundCategory> elements) → void -
inherited
-
addAllFromEnumSet(
EnumSet< SoundCategory> other) → void -
clear(
) → void -
inherited
-
contains(
SoundCategory value) → bool -
containsAll(
Iterable< SoundCategory> other) → bool -
inherited
-
containsAllFromEnumSet(
EnumSet< SoundCategory> other) → bool -
difference(
EnumSet< SoundCategory> other) → EnumSet<SoundCategory> -
intersection(
EnumSet< SoundCategory> other) → EnumSet<SoundCategory> -
isEmpty(
) → bool -
inherited
-
isNotEmpty(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
SoundCategory value) → bool -
removeAll(
Iterable< SoundCategory> elements) → void -
inherited
-
removeAllFromEnumSet(
EnumSet< SoundCategory> other) → void -
toSet(
) → Set< SoundCategory> -
toString(
) → String -
A string representation of this object.
override
-
union(
EnumSet< SoundCategory> other) → EnumSet<SoundCategory>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited