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