Class LutMap

java.lang.Object
net.royalur.lut.store.LutMap

public class LutMap extends Object
A big map of compact keys and values for a Lut.
  • Constructor Details

  • Method Details

    • getEntryCount

      public int getEntryCount()
    • getKeyBuffer

      public UInt32ValueBuffer getKeyBuffer()
    • getValueBuffer

      public FloatValueBuffer getValueBuffer()
    • indexOfKey

      public int indexOfKey(int lowerKey)
    • getLong

      public long getLong(int lowerKey)
    • getInt

      public int getInt(int lowerKey)
    • getShort

      public short getShort(int lowerKey)
    • getByte

      public byte getByte(int lowerKey)
    • getDouble

      public double getDouble(int lowerKey)
    • getFloat

      public float getFloat(int lowerKey)
    • set

      public long set(int lowerKey, long value)
    • set

      public int set(int lowerKey, int value)
    • set

      public short set(int lowerKey, short value)
    • set

      public byte set(int lowerKey, byte value)
    • set

      public double set(int lowerKey, double value)
    • set

      public float set(int lowerKey, float value)