Class BiomeInterpolation.EmptyInt2IntMap

java.lang.Object
it.unimi.dsi.fastutil.ints.AbstractInt2IntFunction
it.unimi.dsi.fastutil.ints.Int2IntFunctions.EmptyFunction
it.unimi.dsi.fastutil.ints.Int2IntMaps.EmptyMap
com.hypixel.hytale.server.worldgen.biome.BiomeInterpolation.EmptyInt2IntMap
All Implemented Interfaces:
it.unimi.dsi.fastutil.Function<Integer,Integer>, it.unimi.dsi.fastutil.ints.Int2IntFunction, it.unimi.dsi.fastutil.ints.Int2IntMap, Serializable, Cloneable, Function<Integer,Integer>, IntUnaryOperator, Map<Integer,Integer>
Enclosing class:
BiomeInterpolation

protected static class BiomeInterpolation.EmptyInt2IntMap extends it.unimi.dsi.fastutil.ints.Int2IntMaps.EmptyMap
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.ints.Int2IntMap

    it.unimi.dsi.fastutil.ints.Int2IntMap.Entry, it.unimi.dsi.fastutil.ints.Int2IntMap.FastEntrySet
  • Field Summary

    Fields inherited from class it.unimi.dsi.fastutil.ints.AbstractInt2IntFunction

    defRetValue
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
    get(int k)
     

    Methods inherited from class it.unimi.dsi.fastutil.ints.Int2IntMaps.EmptyMap

    clone, containsValue, containsValue, equals, forEach, getOrDefault, getOrDefault, hashCode, int2IntEntrySet, isEmpty, keySet, putAll, toString, values

    Methods inherited from class it.unimi.dsi.fastutil.ints.Int2IntFunctions.EmptyFunction

    clear, containsKey, defaultReturnValue, size

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface it.unimi.dsi.fastutil.Function

    apply

    Methods inherited from interface it.unimi.dsi.fastutil.ints.Int2IntFunction

    andThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsInt, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, put, remove

    Methods inherited from interface it.unimi.dsi.fastutil.ints.Int2IntMap

    clear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsKey, defaultReturnValue, entrySet, get, merge, merge, mergeInt, mergeInt, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, size

    Methods inherited from interface java.util.function.IntUnaryOperator

    andThen, compose

    Methods inherited from interface java.util.Map

    replaceAll
  • Constructor Details

    • EmptyInt2IntMap

      protected EmptyInt2IntMap()
  • Method Details

    • defaultReturnValue

      public int defaultReturnValue()
      Specified by:
      defaultReturnValue in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
      Specified by:
      defaultReturnValue in interface it.unimi.dsi.fastutil.ints.Int2IntMap
      Overrides:
      defaultReturnValue in class it.unimi.dsi.fastutil.ints.Int2IntFunctions.EmptyFunction
    • get

      public int get(int k)
      Specified by:
      get in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
      Overrides:
      get in class it.unimi.dsi.fastutil.ints.Int2IntFunctions.EmptyFunction