org.joni
Class BitStatus
java.lang.Object
org.joni.BitStatus
final class BitStatus
- extends Object
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BIT_STATUS_BITS_NUM
public static final int BIT_STATUS_BITS_NUM
- See Also:
- Constant Field Values
BitStatus
BitStatus()
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)
Copyright © 2013. All Rights Reserved.