Package it.unimi.dsi.fastutil.floats
Class Float2DoubleFunctions.PrimitiveFunction
java.lang.Object
it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
- All Implemented Interfaces:
it.unimi.dsi.fastutil.floats.Float2DoubleFunction,it.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Double>,java.util.function.DoubleUnaryOperator,java.util.function.Function<java.lang.Float,java.lang.Double>
- Enclosing class:
- Float2DoubleFunctions
public static class Float2DoubleFunctions.PrimitiveFunction
extends java.lang.Object
implements it.unimi.dsi.fastutil.floats.Float2DoubleFunction
An adapter for mapping generic total functions to partial primitive functions.
-
Method Summary
Modifier and Type Method Description booleancontainsKey(float key)booleancontainsKey(java.lang.Object key)Deprecated.doubleget(float key)java.lang.Doubleget(java.lang.Object key)Deprecated.doublegetOrDefault(float key, double defaultValue)java.lang.DoublegetOrDefault(java.lang.Object key, java.lang.Double defaultValue)Deprecated.java.lang.Doubleput(java.lang.Float 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 java.util.function.DoubleUnaryOperator
andThen, composeMethods inherited from interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
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, removeMethods inherited from interface it.unimi.dsi.fastutil.Function
apply, clear, size
-
Method Details
-
containsKey
public boolean containsKey(float key)- Specified by:
containsKeyin interfaceit.unimi.dsi.fastutil.floats.Float2DoubleFunction
-
containsKey
@Deprecated public boolean containsKey(java.lang.Object key)Deprecated.- Specified by:
containsKeyin interfaceit.unimi.dsi.fastutil.floats.Float2DoubleFunction- Specified by:
containsKeyin interfaceit.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Double>
-
get
public double get(float key)- Specified by:
getin interfaceit.unimi.dsi.fastutil.floats.Float2DoubleFunction
-
getOrDefault
public double getOrDefault(float key, double defaultValue)- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.floats.Float2DoubleFunction
-
get
@Deprecated public java.lang.Double get(java.lang.Object key)Deprecated.- Specified by:
getin interfaceit.unimi.dsi.fastutil.floats.Float2DoubleFunction- Specified by:
getin interfaceit.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Double>
-
getOrDefault
@Deprecated public java.lang.Double getOrDefault(java.lang.Object key, java.lang.Double defaultValue)Deprecated.- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.floats.Float2DoubleFunction- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Double>
-
put
@Deprecated public java.lang.Double put(java.lang.Float key, java.lang.Double value)Deprecated.- Specified by:
putin interfaceit.unimi.dsi.fastutil.floats.Float2DoubleFunction- Specified by:
putin interfaceit.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Double>
-