| Constructor and Description |
|---|
CompilationFinalBitSet(int nbits) |
CompilationFinalBitSet(long[] words) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clear(int b) |
boolean |
contains(CompilationFinalBitSet other) |
CompilationFinalBitSet |
copy() |
boolean |
equals(Object obj) |
boolean |
get(int b) |
int |
hashCode() |
void |
intersect(CompilationFinalBitSet other) |
void |
invert() |
boolean |
isDisjoint(CompilationFinalBitSet other) |
boolean |
isEmpty() |
PrimitiveIterator.OfInt |
iterator() |
int |
numberOfSetBits() |
void |
set(int b) |
void |
setRange(int lo,
int hi) |
Spliterator.OfInt |
spliterator() |
IntStream |
stream() |
void |
subtract(CompilationFinalBitSet other) |
long[] |
toLongArray() |
String |
toString() |
void |
union(CompilationFinalBitSet other) |
static CompilationFinalBitSet |
valueOf(int... values) |
public CompilationFinalBitSet(int nbits)
public CompilationFinalBitSet(long[] words)
public static CompilationFinalBitSet valueOf(int... values)
public CompilationFinalBitSet copy()
public long[] toLongArray()
public boolean isEmpty()
public int numberOfSetBits()
public boolean get(int b)
public void set(int b)
public void setRange(int lo,
int hi)
public void clear()
public void clear(int b)
public void invert()
public void intersect(CompilationFinalBitSet other)
public void subtract(CompilationFinalBitSet other)
public void union(CompilationFinalBitSet other)
public boolean isDisjoint(CompilationFinalBitSet other)
public boolean contains(CompilationFinalBitSet other)
public PrimitiveIterator.OfInt iterator()
public Spliterator.OfInt spliterator()
spliterator in interface Iterable<Integer>public IntStream stream()