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.CompareOptionReturns 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 booleanBits.checkFlags(int value, int flags, int limit, Bits.CompareOption option) static booleanBits.checkFlags(long value, long flags, long limit, Bits.CompareOption option)