GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaMethod BitFieldSet.copyOf(c)
S
copyOf()
Creates an enum set initialized from the specified collection. If the specified coll...
class BitFieldSet
Re-Implementation of RegularEnumSet class for EnumSet, for "regular sized" enum type...
clone()
Returns a copy of this set.
S
of()
Creates an enum set initially containing the specified element. <p> Overloads of thi...
add()
Adds the specified element to this set if it is not already present.
S
noneOf()
Creates an empty enum set with the specified element type.
S
getUniverse()
Returns all of the values comprising E. The result is cloned and slower than SharedS...
S
getBitMasks()
Returns all of the values comprising E. The result is cloned and slower than SharedS...
BitFieldSet()
S
getUniverseSlow()
class BitFieldSet.UniverseLoader
isEnum()
external
class? Class
Abstract
getBits()
interface BitField
S
nextBitMask()
S
getTotalBits()
typeCheck()
Throws an exception if e is not of the correct type for this enum set.
getSuperclass()
<<creates>>