Package it.unimi.dsi.fastutil.floats
Class Float2ReferenceFunctions.PrimitiveFunction<V>
java.lang.Object
it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.PrimitiveFunction<V>
- All Implemented Interfaces:
it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<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:
- Float2ReferenceFunctions
public static class Float2ReferenceFunctions.PrimitiveFunction<V>
extends java.lang.Object
implements it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>
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.Vget(float key)Vget(java.lang.Object key)Deprecated.VgetOrDefault(float key, V defaultValue)VgetOrDefault(java.lang.Object key, V defaultValue)Deprecated.Vput(java.lang.Float key, V 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.floats.Float2ReferenceFunction
andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, apply, 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, sizeMethods inherited from interface java.util.function.Function
andThen
-
Method Details
-
containsKey
public boolean containsKey(float key)- Specified by:
containsKeyin interfaceit.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>
-
containsKey
@Deprecated public boolean containsKey(java.lang.Object key)Deprecated. -
get
- Specified by:
getin interfaceit.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>
-
getOrDefault
- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>
-
get
Deprecated. -
getOrDefault
Deprecated. -
put
Deprecated.
-