Package it.unimi.dsi.fastutil.floats
Class Float2LongFunctions.PrimitiveFunction
java.lang.Object
it.unimi.dsi.fastutil.floats.Float2LongFunctions.PrimitiveFunction
- All Implemented Interfaces:
it.unimi.dsi.fastutil.floats.Float2LongFunction,it.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Long>,java.util.function.DoubleToLongFunction,java.util.function.Function<java.lang.Float,java.lang.Long>
- Enclosing class:
- Float2LongFunctions
public static class Float2LongFunctions.PrimitiveFunction
extends java.lang.Object
implements it.unimi.dsi.fastutil.floats.Float2LongFunction
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.longget(float key)java.lang.Longget(java.lang.Object key)Deprecated.longgetOrDefault(float key, long defaultValue)java.lang.LonggetOrDefault(java.lang.Object key, java.lang.Long defaultValue)Deprecated.java.lang.Longput(java.lang.Float key, java.lang.Long 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.Float2LongFunction
andThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsLong, 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.Float2LongFunction
-
containsKey
@Deprecated public boolean containsKey(java.lang.Object key)Deprecated.- Specified by:
containsKeyin interfaceit.unimi.dsi.fastutil.floats.Float2LongFunction- Specified by:
containsKeyin interfaceit.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Long>
-
get
public long get(float key)- Specified by:
getin interfaceit.unimi.dsi.fastutil.floats.Float2LongFunction
-
getOrDefault
public long getOrDefault(float key, long defaultValue)- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.floats.Float2LongFunction
-
get
@Deprecated public java.lang.Long get(java.lang.Object key)Deprecated.- Specified by:
getin interfaceit.unimi.dsi.fastutil.floats.Float2LongFunction- Specified by:
getin interfaceit.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Long>
-
getOrDefault
@Deprecated public java.lang.Long getOrDefault(java.lang.Object key, java.lang.Long defaultValue)Deprecated.- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.floats.Float2LongFunction- Specified by:
getOrDefaultin interfaceit.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Long>
-
put
@Deprecated public java.lang.Long put(java.lang.Float key, java.lang.Long value)Deprecated.- Specified by:
putin interfaceit.unimi.dsi.fastutil.floats.Float2LongFunction- Specified by:
putin interfaceit.unimi.dsi.fastutil.Function<java.lang.Float,java.lang.Long>
-