Class Int2ObjectArraySortedMap<V>

java.lang.Object
ca.spottedleaf.common.map.ints.Int2ObjectArraySortedMap<V>

public class Int2ObjectArraySortedMap<V> extends Object
  • Field Details

    • key

      protected int[] key
    • val

      protected V[] val
    • size

      protected int size
  • Constructor Details

    • Int2ObjectArraySortedMap

      public Int2ObjectArraySortedMap()
  • Method Details

    • put

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

      public V computeIfAbsent(int key, IntFunction<V> producer)
    • get

      public V get(int key)
    • getFloor

      public V getFloor(int key)