| Modifier and Type | Method and Description |
|---|---|
static BitSet |
all(int size) |
BitSet |
and(BitSet other) |
BitSet |
andNot(BitSet other) |
int |
bitCount() |
static BitSet |
bits(int size,
int... setbits) |
void |
clear(int i) |
BitSet |
clone() |
static BitSet |
empty(int size) |
BitSet |
eq(BitSet other) |
boolean |
equals(Object obj) |
boolean |
get(int i) |
int |
hashCode() |
boolean |
isEmpty() |
int |
nextClearBit(int i) |
int |
nextSetBit(int i) |
BitSet |
not() |
static BitSet |
ofLong(long... bits) |
BitSet |
or(BitSet other) |
BitSet |
orNot(BitSet other) |
void |
set(int i) |
int |
size() |
String |
toString() |
BitSet |
xor(BitSet other) |
public static BitSet bits(int size, int... setbits)
public static BitSet ofLong(long... bits)
public static BitSet empty(int size)
public static BitSet all(int size)
public int bitCount()
public int nextSetBit(int i)
public int nextClearBit(int i)
public int size()
public BitSet not()
public boolean isEmpty()
public boolean get(int i)
public void set(int i)
public void clear(int i)
Copyright © 2017. All rights reserved.