public static class Short2BooleanFunctions.PrimitiveFunction
extends java.lang.Object
implements it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Function<? super java.lang.Short,? extends java.lang.Boolean> |
function |
| Modifier | Constructor and Description |
|---|---|
protected |
PrimitiveFunction(java.util.function.Function<? super java.lang.Short,? extends java.lang.Boolean> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(java.lang.Object key)
Deprecated.
|
boolean |
containsKey(short key) |
java.lang.Boolean |
get(java.lang.Object key)
Deprecated.
|
boolean |
get(short key) |
java.lang.Boolean |
getOrDefault(java.lang.Object key,
java.lang.Boolean defaultValue)
Deprecated.
|
boolean |
getOrDefault(short key,
boolean defaultValue) |
java.lang.Boolean |
put(java.lang.Short key,
java.lang.Boolean value)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, defaultReturnValue, defaultReturnValue, put, remove, remove, testprotected final java.util.function.Function<? super java.lang.Short,? extends java.lang.Boolean> function
protected PrimitiveFunction(java.util.function.Function<? super java.lang.Short,? extends java.lang.Boolean> function)
public boolean containsKey(short key)
containsKey in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction@Deprecated public boolean containsKey(java.lang.Object key)
containsKey in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunctionpublic boolean get(short key)
get in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunctionpublic boolean getOrDefault(short key,
boolean defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction@Deprecated public java.lang.Boolean get(java.lang.Object key)
get in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction@Deprecated
public java.lang.Boolean getOrDefault(java.lang.Object key,
java.lang.Boolean defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction@Deprecated
public java.lang.Boolean put(java.lang.Short key,
java.lang.Boolean value)
put in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction