Package it.unimi.dsi.fastutil.shorts
Class Short2DoubleFunctions.PrimitiveFunction
java.lang.Object
it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.PrimitiveFunction
- All Implemented Interfaces:
it.unimi.dsi.fastutil.Function<java.lang.Short,java.lang.Double>,it.unimi.dsi.fastutil.shorts.Short2DoubleFunction,java.util.function.Function<java.lang.Short,java.lang.Double>,java.util.function.IntToDoubleFunction
- Enclosing class:
- Short2DoubleFunctions
public static class Short2DoubleFunctions.PrimitiveFunction
extends java.lang.Object
implements it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
An adapter for mapping generic total functions to partial primitive functions.
-
Method Summary
Modifier and Type Method Description booleancontainsKey(short key)booleancontainsKey(java.lang.Object key)Deprecated.doubleget(short key)java.lang.Doubleget(java.lang.Object key)Deprecated.doublegetOrDefault(short key, double defaultValue)java.lang.DoublegetOrDefault(java.lang.Object key, java.lang.Double defaultValue)Deprecated.java.lang.Doubleput(java.lang.Short key, java.lang.Double value)Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.Function
apply, clear, sizeMethods inherited from interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
andThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsDouble, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, defaultReturnValue, defaultReturnValue, put, remove, remove
-
Method Details
-
containsKey
public boolean containsKey(short key)- Specified by:
containsKeyin interfaceit.unimi.dsi.fastutil.shorts.Short2DoubleFunction
-
containsKey
@Deprecated public boolean containsKey(java.lang.Object key)Deprecated.- Specified by:
containsKeyin interfaceit.unimi.dsi.fastutil.Function<java.lang.Short,java.lang.Double>- Specified by:
containsKeyin interfaceit.unimi.dsi.fastutil.shorts.Short2DoubleFunction
-
get
public double get(short key)- Specified by:
getin interfaceit.unimi.dsi.fastutil.shorts.Short2DoubleFunction
-
getOrDefault
public double getOrDefault(short key, double defaultValue)- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.shorts.Short2DoubleFunction
-
get
@Deprecated public java.lang.Double get(java.lang.Object key)Deprecated.- Specified by:
getin interfaceit.unimi.dsi.fastutil.Function<java.lang.Short,java.lang.Double>- Specified by:
getin interfaceit.unimi.dsi.fastutil.shorts.Short2DoubleFunction
-
getOrDefault
@Deprecated public java.lang.Double getOrDefault(java.lang.Object key, java.lang.Double defaultValue)Deprecated.- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.Function<java.lang.Short,java.lang.Double>- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.shorts.Short2DoubleFunction
-
put
@Deprecated public java.lang.Double put(java.lang.Short key, java.lang.Double value)Deprecated.- Specified by:
putin interfaceit.unimi.dsi.fastutil.Function<java.lang.Short,java.lang.Double>- Specified by:
putin interfaceit.unimi.dsi.fastutil.shorts.Short2DoubleFunction
-