final class BitStatus extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BIT_STATUS_BITS_NUM |
Constructor and Description |
---|
BitStatus() |
Modifier and Type | Method and 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) |
public static final int BIT_STATUS_BITS_NUM
public static int bsClear()
public static int bsAll()
public static boolean bsAt(int stats, int n)
public static int bsOnAt(int stats, int n)
public static int bsOnAtSimple(int stats, int n)
public static int bsOnOff(int v, int f, boolean negative)
Copyright © 2018. All rights reserved.