Package it.unimi.dsi.fastutil.floats
Class Float2ObjectFunctions.PrimitiveFunction<V>
java.lang.Object
it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.PrimitiveFunction<V>
- All Implemented Interfaces:
it.unimi.dsi.fastutil.floats.Float2ObjectFunction<V>
,it.unimi.dsi.fastutil.Function<java.lang.Float,V>
,java.util.function.DoubleFunction<V>
,java.util.function.Function<java.lang.Float,V>
- Enclosing class:
- Float2ObjectFunctions
public static class Float2ObjectFunctions.PrimitiveFunction<V>
extends java.lang.Object
implements it.unimi.dsi.fastutil.floats.Float2ObjectFunction<V>
An adapter for mapping generic total functions to partial primitive functions.
-
Method Summary
Modifier and Type Method Description boolean
containsKey(float key)
boolean
containsKey(java.lang.Object key)
Deprecated.V
get(float key)
V
get(java.lang.Object key)
Deprecated.V
getOrDefault(float key, V defaultValue)
V
getOrDefault(java.lang.Object key, V defaultValue)
Deprecated.V
put(java.lang.Float key, V value)
Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, apply, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, defaultReturnValue, defaultReturnValue, put, remove, remove
Methods inherited from interface it.unimi.dsi.fastutil.Function
apply, clear, size
Methods inherited from interface java.util.function.Function
andThen
-
Method Details
-
containsKey
public boolean containsKey(float key)- Specified by:
containsKey
in interfaceit.unimi.dsi.fastutil.floats.Float2ObjectFunction<V>
-
containsKey
@Deprecated public boolean containsKey(java.lang.Object key)Deprecated. -
get
- Specified by:
get
in interfaceit.unimi.dsi.fastutil.floats.Float2ObjectFunction<V>
-
getOrDefault
- Specified by:
getOrDefault
in interfaceit.unimi.dsi.fastutil.floats.Float2ObjectFunction<V>
-
get
Deprecated. -
getOrDefault
Deprecated. -
put
Deprecated.
-