public static class Object2BooleanFunctions.PrimitiveFunction<K>
extends java.lang.Object
implements it.unimi.dsi.fastutil.objects.Object2BooleanFunction<K>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Function<? super K,? extends java.lang.Boolean> |
function |
| Modifier | Constructor and Description |
|---|---|
protected |
PrimitiveFunction(java.util.function.Function<? super K,? extends java.lang.Boolean> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(java.lang.Object key) |
java.lang.Boolean |
get(java.lang.Object key)
Deprecated.
|
boolean |
getBoolean(java.lang.Object key) |
boolean |
getOrDefault(java.lang.Object key,
boolean defaultValue) |
java.lang.Boolean |
getOrDefault(java.lang.Object key,
java.lang.Boolean defaultValue)
Deprecated.
|
java.lang.Boolean |
put(K 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, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, defaultReturnValue, defaultReturnValue, put, remove, removeBoolean, testprotected final java.util.function.Function<? super K,? extends java.lang.Boolean> function
protected PrimitiveFunction(java.util.function.Function<? super K,? extends java.lang.Boolean> function)
public boolean containsKey(java.lang.Object key)
public boolean getBoolean(java.lang.Object key)
getBoolean in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction<K>public boolean getOrDefault(java.lang.Object key,
boolean defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction<K>@Deprecated public java.lang.Boolean get(java.lang.Object key)
get in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction<K>@Deprecated
public java.lang.Boolean getOrDefault(java.lang.Object key,
java.lang.Boolean defaultValue)
getOrDefault in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction<K>