| Modifier and Type | Method and Description |
|---|---|
BitArray |
copy() |
int |
get(int index)
Gets the entry at the given index
|
BitArrayVersion |
getVersion() |
int[] |
getWords() |
void |
set(int index,
int value)
Sets the entry at the given location to the given value
|
int |
size()
Gets the long array that is used to store the data in this BitArray.
|
public void set(int index,
int value)
public int get(int index)
public int size()
public BitArrayVersion getVersion()
getVersion in interface BitArrayCopyright © 2021 GeyserMC. All rights reserved.