public static class Float2ReferenceFunctions.SynchronizedFunction<V>
extends java.lang.Object
implements it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V> |
function |
protected java.lang.Object |
sync |
| Modifier | Constructor and Description |
|---|---|
protected |
SynchronizedFunction(it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V> f) |
protected |
SynchronizedFunction(it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V> f,
java.lang.Object sync) |
| Modifier and Type | Method and Description |
|---|---|
V |
apply(double operand)
Deprecated.
Please use the corresponding type-specific method instead.
|
V |
apply(java.lang.Float key)
Deprecated.
Please use the corresponding type-specific method instead.
|
void |
clear() |
boolean |
containsKey(float k) |
boolean |
containsKey(java.lang.Object k)
Deprecated.
|
V |
defaultReturnValue() |
void |
defaultReturnValue(V defRetValue) |
boolean |
equals(java.lang.Object o) |
V |
get(float k) |
V |
get(java.lang.Object k)
Deprecated.
Please use the corresponding type-specific method instead.
|
V |
getOrDefault(float k,
V defaultValue) |
V |
getOrDefault(java.lang.Object k,
V defaultValue)
Deprecated.
Please use the corresponding type-specific method instead.
|
int |
hashCode() |
V |
put(float k,
V v) |
V |
put(java.lang.Float k,
V v)
Deprecated.
Please use the corresponding type-specific method instead.
|
V |
remove(float k) |
V |
remove(java.lang.Object k)
Deprecated.
Please use the corresponding type-specific method instead.
|
int |
size() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitandThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShortprotected final it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V> function
protected final java.lang.Object sync
protected SynchronizedFunction(it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V> f, java.lang.Object sync)
protected SynchronizedFunction(it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V> f)
@Deprecated public V apply(double operand)
@Deprecated public V apply(java.lang.Float key)
apply in interface java.util.function.Function<java.lang.Float,V>public int size()
public V defaultReturnValue()
defaultReturnValue in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>public void defaultReturnValue(V defRetValue)
defaultReturnValue in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>public boolean containsKey(float k)
containsKey in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>@Deprecated public boolean containsKey(java.lang.Object k)
containsKey in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>public V put(float k, V v)
put in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>public V get(float k)
get in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>public V getOrDefault(float k, V defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>public V remove(float k)
remove in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>public void clear()
@Deprecated public V put(java.lang.Float k, V v)
put in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>@Deprecated public V get(java.lang.Object k)
get in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>@Deprecated public V getOrDefault(java.lang.Object k, V defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>@Deprecated public V remove(java.lang.Object k)
remove in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction<V>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object