Class Int2IntArraySortedMap

java.lang.Object
ca.spottedleaf.common.map.ints.Int2IntArraySortedMap

public class Int2IntArraySortedMap extends Object
  • Field Details

    • key

      protected int[] key
    • val

      protected int[] val
    • size

      protected int size
  • Constructor Details

    • Int2IntArraySortedMap

      public Int2IntArraySortedMap()
  • Method Details

    • put

      public int put(int key, int value)
    • computeIfAbsent

      public int computeIfAbsent(int key, it.unimi.dsi.fastutil.ints.Int2IntFunction producer)
    • get

      public int get(int key)
    • getFloor

      public int getFloor(int key)