public static class Float2DoubleFunctions.PrimitiveFunction
extends java.lang.Object
implements it.unimi.dsi.fastutil.floats.Float2DoubleFunction
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Function<? super java.lang.Float,? extends java.lang.Double> |
function |
| Modifier | Constructor and Description |
|---|---|
protected |
PrimitiveFunction(java.util.function.Function<? super java.lang.Float,? extends java.lang.Double> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(float key) |
boolean |
containsKey(java.lang.Object key)
Deprecated.
|
double |
get(float key) |
java.lang.Double |
get(java.lang.Object key)
Deprecated.
|
double |
getOrDefault(float key,
double defaultValue) |
java.lang.Double |
getOrDefault(java.lang.Object key,
java.lang.Double defaultValue)
Deprecated.
|
java.lang.Double |
put(java.lang.Float key,
java.lang.Double value)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsDouble, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, defaultReturnValue, defaultReturnValue, put, remove, removeprotected final java.util.function.Function<? super java.lang.Float,? extends java.lang.Double> function
protected PrimitiveFunction(java.util.function.Function<? super java.lang.Float,? extends java.lang.Double> function)
public boolean containsKey(float key)
containsKey in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction@Deprecated public boolean containsKey(java.lang.Object key)
containsKey in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunctionpublic double get(float key)
get in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunctionpublic double getOrDefault(float key,
double defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction@Deprecated public java.lang.Double get(java.lang.Object key)
get in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction@Deprecated
public java.lang.Double getOrDefault(java.lang.Object key,
java.lang.Double defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction@Deprecated
public java.lang.Double put(java.lang.Float key,
java.lang.Double value)
put in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction