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 -
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.ints.Int2IntMaps.EmptyMap
clone, containsValue, containsValue, equals, forEach, getOrDefault, getOrDefault, hashCode, int2IntEntrySet, isEmpty, keySet, putAll, toString, valuesMethods inherited from class it.unimi.dsi.fastutil.ints.Int2IntFunctions.EmptyFunction
clear, containsKey, defaultReturnValue, sizeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.Function
applyMethods 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, removeMethods 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, sizeMethods inherited from interface java.util.function.IntUnaryOperator
andThen, composeMethods inherited from interface java.util.Map
replaceAll
-
Constructor Details
-
EmptyInt2IntMap
protected EmptyInt2IntMap()
-
-
Method Details
-
defaultReturnValue
public int defaultReturnValue()- Specified by:
defaultReturnValuein interfaceit.unimi.dsi.fastutil.ints.Int2IntFunction- Specified by:
defaultReturnValuein interfaceit.unimi.dsi.fastutil.ints.Int2IntMap- Overrides:
defaultReturnValuein classit.unimi.dsi.fastutil.ints.Int2IntFunctions.EmptyFunction
-
get
public int get(int k) - Specified by:
getin interfaceit.unimi.dsi.fastutil.ints.Int2IntFunction- Overrides:
getin classit.unimi.dsi.fastutil.ints.Int2IntFunctions.EmptyFunction
-