public class BooleanArray
extends java.lang.Object
Constructor and Description |
---|
BooleanArray(int capacity) |
Modifier and Type | Method and Description |
---|---|
BooleanArray |
copy() |
boolean |
get(int idx) |
void |
set(int idx,
boolean bit) |
public final void set(int idx, boolean bit)
public final boolean get(int idx)
public BooleanArray copy()