Package com.fastasyncworldedit.core.math
Class BitArray
java.lang.Object
com.fastasyncworldedit.core.math.BitArray
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BitArray
public BitArray(int bitsPerEntry, int arraySize, long[] buffer) -
BitArray
public BitArray(int bitsPerEntry, int arraySize)
-
-
Method Details
-
getData
public long[] getData() -
set
public void set(int index, int value) -
get
public final int get(int index) -
getLength
public int getLength() -
fromRaw
public void fromRaw(int[] arr) -
toRaw
public int[] toRaw() -
toRaw
public int[] toRaw(int[] buffer) -
toRaw
public char[] toRaw(char[] buffer)
-