public static class Object2IntFunctions.SynchronizedFunction<K>
extends java.lang.Object
implements it.unimi.dsi.fastutil.objects.Object2IntFunction<K>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected it.unimi.dsi.fastutil.objects.Object2IntFunction<K> |
function |
protected java.lang.Object |
sync |
| Modifier | Constructor and Description |
|---|---|
protected |
SynchronizedFunction(it.unimi.dsi.fastutil.objects.Object2IntFunction<K> f) |
protected |
SynchronizedFunction(it.unimi.dsi.fastutil.objects.Object2IntFunction<K> f,
java.lang.Object sync) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
apply(K key)
Deprecated.
Please use the corresponding type-specific method instead.
|
int |
applyAsInt(K operand) |
void |
clear() |
boolean |
containsKey(java.lang.Object k) |
int |
defaultReturnValue() |
void |
defaultReturnValue(int defRetValue) |
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
get(java.lang.Object k)
Deprecated.
Please use the corresponding type-specific method instead.
|
int |
getInt(java.lang.Object k) |
int |
getOrDefault(java.lang.Object k,
int defaultValue) |
java.lang.Integer |
getOrDefault(java.lang.Object k,
java.lang.Integer defaultValue)
Deprecated.
Please use the corresponding type-specific method instead.
|
int |
hashCode() |
int |
put(K k,
int v) |
java.lang.Integer |
put(K k,
java.lang.Integer v)
Deprecated.
Please use the corresponding type-specific method instead.
|
java.lang.Integer |
remove(java.lang.Object k)
Deprecated.
Please use the corresponding type-specific method instead.
|
int |
removeInt(java.lang.Object k) |
int |
size() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitandThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShortprotected final it.unimi.dsi.fastutil.objects.Object2IntFunction<K> function
protected final java.lang.Object sync
protected SynchronizedFunction(it.unimi.dsi.fastutil.objects.Object2IntFunction<K> f, java.lang.Object sync)
protected SynchronizedFunction(it.unimi.dsi.fastutil.objects.Object2IntFunction<K> f)
public int applyAsInt(K operand)
@Deprecated public java.lang.Integer apply(K key)
apply in interface java.util.function.Function<K,java.lang.Integer>public int size()
public int defaultReturnValue()
defaultReturnValue in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>public void defaultReturnValue(int defRetValue)
defaultReturnValue in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>public boolean containsKey(java.lang.Object k)
public int put(K k, int v)
put in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>public int getInt(java.lang.Object k)
getInt in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>public int getOrDefault(java.lang.Object k,
int defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>public int removeInt(java.lang.Object k)
removeInt in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>public void clear()
@Deprecated public java.lang.Integer put(K k, java.lang.Integer v)
put in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>@Deprecated public java.lang.Integer get(java.lang.Object k)
get in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>@Deprecated
public java.lang.Integer getOrDefault(java.lang.Object k,
java.lang.Integer defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>@Deprecated public java.lang.Integer remove(java.lang.Object k)
remove in interface it.unimi.dsi.fastutil.objects.Object2IntFunction<K>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