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