public interface BitArray
| Modifier and Type | Method and Description |
|---|---|
BitArray |
copy() |
int |
get(int index) |
BitArrayVersion |
getVersion() |
int[] |
getWords() |
void |
set(int index,
int value) |
int |
size() |
void set(int index,
int value)
int get(int index)
int size()
int[] getWords()
BitArrayVersion getVersion()
BitArray copy()
Copyright © 2019 GeyserMC. All rights reserved.