public interface BitSet
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Set all bits to 0
|
void |
flip(int index) |
boolean |
get(int index) |
byte[] |
getBytes() |
int[] |
getInts() |
long[] |
getLongs() |
short[] |
getShorts() |
void |
set(int index,
boolean value) |
Copyright © 2018–2019. All rights reserved.