Package arc.struct
Class EnumSet<T extends Enum<T>>
java.lang.Object
arc.struct.EnumSet<T>
Tiny array wrapper with a mask int for fast contains() checks.
-
Field Summary
-
Method Summary
-
Field Details
-
array
Array, for iterating over. Do not change. -
size
public int size
-
-
Method Details
-
of
-
with
- Returns:
- a new set with the specified enum, or itself if this flag is already present.
-
contains
-