Package com.fastasyncworldedit.core.math
Class BitArrayUnstretched
java.lang.Object
com.fastasyncworldedit.core.math.BitArrayUnstretched
-
Constructor Summary
ConstructorDescriptionBitArrayUnstretched
(int bitsPerEntry, int arraySize) BitArrayUnstretched
(int bitsPerEntry, int arraySize, long[] buffer) -
Method Summary
-
Constructor Details
-
BitArrayUnstretched
public BitArrayUnstretched(int bitsPerEntry, int arraySize, long[] buffer) -
BitArrayUnstretched
public BitArrayUnstretched(int bitsPerEntry, int arraySize)
-
-
Method Details
-
getData
public long[] getData() -
set
public void set(int index, int value) -
get
public 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)
-