public class BitArrayUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EMPTY_BIT_ARRAY
An empty bit array, i.e., not bits set.
|
| Constructor and Description |
|---|
BitArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
and(int first,
int second) |
static boolean |
isSet(int array,
int bit) |
static int |
or(int first,
int second) |
static int |
set(int array,
int bit) |
static int |
unSet(int array,
int bit) |
public static final int EMPTY_BIT_ARRAY