Class BitArrayUnstretched

java.lang.Object
com.fastasyncworldedit.core.math.BitArrayUnstretched

public final class BitArrayUnstretched extends Object
  • 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)