- java.lang.Object
-
- org.joni.BitStatus
-
final class BitStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BIT_STATUS_BITS_NUM
-
Constructor Summary
Constructors Constructor Description BitStatus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
bsAll()
static boolean
bsAt(int stats, int n)
static int
bsClear()
static int
bsOnAt(int stats, int n)
static int
bsOnAtSimple(int stats, int n)
static int
bsOnOff(int v, int f, boolean negative)
-
-
-
Field Detail
-
BIT_STATUS_BITS_NUM
public static final int BIT_STATUS_BITS_NUM
- See Also:
- Constant Field Values
-
-
Method Detail
-
bsClear
public static int bsClear()
-
bsAll
public static int bsAll()
-
bsAt
public static boolean bsAt(int stats, int n)
-
bsOnAt
public static int bsOnAt(int stats, int n)
-
bsOnAtSimple
public static int bsOnAtSimple(int stats, int n)
-
bsOnOff
public static int bsOnOff(int v, int f, boolean negative)
-
-