Uses of Enum Class
zombie.core.utils.Bits.CompareOption
Packages that use Bits.CompareOption
-
Uses of Bits.CompareOption in zombie.core.utils
Subclasses with type arguments of type Bits.CompareOption in zombie.core.utilsMethods in zombie.core.utils that return Bits.CompareOptionModifier and TypeMethodDescriptionstatic Bits.CompareOption
Returns the enum constant of this class with the specified name.static Bits.CompareOption[]
Bits.CompareOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.core.utils with parameters of type Bits.CompareOptionModifier and TypeMethodDescriptionstatic boolean
Bits.checkFlags
(int value, int flags, int limit, Bits.CompareOption option) static boolean
Bits.checkFlags
(long value, long flags, long limit, Bits.CompareOption option)