public final class BitArray256 extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long[] |
data |
| Constructor and Description |
|---|
BitArray256(BitArray256 other) |
BitArray256(int bitsPerEntry) |
| Modifier and Type | Method and Description |
|---|---|
BitArray256 |
clone() |
void |
fromRaw(int[] arr) |
int |
getAt(int index) |
BitArray256 |
grow(int newBitsPerEntry) |
BitArray256 |
growSlow(int bitsPerEntry) |
void |
setAt(int index,
int value) |
int[] |
toRaw() |
int[] |
toRaw(int[] buffer) |
public BitArray256(int bitsPerEntry)
public BitArray256(BitArray256 other)
public final void setAt(int index,
int value)
public final int getAt(int index)
public final void fromRaw(int[] arr)
public BitArray256 grow(int newBitsPerEntry)
public BitArray256 growSlow(int bitsPerEntry)
public final int[] toRaw(int[] buffer)
public final int[] toRaw()
public BitArray256 clone()
Copyright © 2020. All rights reserved.