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