类 Long2ByteConcurrentHashMap
java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.Long2ByteConcurrentHashMap
- 所有已实现的接口:
it.unimi.dsi.fastutil.Function<Long,,Byte> it.unimi.dsi.fastutil.longs.Long2ByteFunction,it.unimi.dsi.fastutil.longs.Long2ByteMap,Function<Long,,Byte> LongToIntFunction,Map<Long,Byte>
public class Long2ByteConcurrentHashMap
extends Object
implements it.unimi.dsi.fastutil.longs.Long2ByteMap
-
嵌套类概要
从接口继承的嵌套类/接口 it.unimi.dsi.fastutil.longs.Long2ByteMap
it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry, it.unimi.dsi.fastutil.longs.Long2ByteMap.FastEntrySet -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancontainsKey(long key) booleancontainsValue(byte value) bytevoiddefaultReturnValue(byte rv) byteget(long key) booleanisEmpty()it.unimi.dsi.fastutil.longs.LongSetkeySet()it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry>byteput(long key, byte value) voidbyteremove(long key) intsize()it.unimi.dsi.fastutil.bytes.ByteCollectionvalues()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 it.unimi.dsi.fastutil.Function
apply从接口继承的方法 it.unimi.dsi.fastutil.longs.Long2ByteFunction
andThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsInt, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort从接口继承的方法 it.unimi.dsi.fastutil.longs.Long2ByteMap
clear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, getOrDefault, merge, merge, mergeByte, mergeByte, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace从接口继承的方法 java.util.Map
equals, hashCode, replaceAll
-
字段详细资料
-
backing
-
defaultReturn
byte defaultReturn -
nullKey
byte nullKey
-
-
构造器详细资料
-
Long2ByteConcurrentHashMap
public Long2ByteConcurrentHashMap()
-
-
方法详细资料
-
get
public byte get(long key) - 指定者:
get在接口中it.unimi.dsi.fastutil.longs.Long2ByteFunction
-
isEmpty
public boolean isEmpty() -
containsValue
public boolean containsValue(byte value) - 指定者:
containsValue在接口中it.unimi.dsi.fastutil.longs.Long2ByteMap
-
putAll
-
size
public int size() -
defaultReturnValue
public void defaultReturnValue(byte rv) - 指定者:
defaultReturnValue在接口中it.unimi.dsi.fastutil.longs.Long2ByteFunction- 指定者:
defaultReturnValue在接口中it.unimi.dsi.fastutil.longs.Long2ByteMap
-
defaultReturnValue
public byte defaultReturnValue()- 指定者:
defaultReturnValue在接口中it.unimi.dsi.fastutil.longs.Long2ByteFunction- 指定者:
defaultReturnValue在接口中it.unimi.dsi.fastutil.longs.Long2ByteMap
-
long2ByteEntrySet
public it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry> long2ByteEntrySet()- 指定者:
long2ByteEntrySet在接口中it.unimi.dsi.fastutil.longs.Long2ByteMap
-
keySet
public it.unimi.dsi.fastutil.longs.LongSet keySet() -
values
public it.unimi.dsi.fastutil.bytes.ByteCollection values() -
containsKey
public boolean containsKey(long key) - 指定者:
containsKey在接口中it.unimi.dsi.fastutil.longs.Long2ByteFunction- 指定者:
containsKey在接口中it.unimi.dsi.fastutil.longs.Long2ByteMap
-
put
public byte put(long key, byte value) - 指定者:
put在接口中it.unimi.dsi.fastutil.longs.Long2ByteFunction
-
put
-
remove
public byte remove(long key) - 指定者:
remove在接口中it.unimi.dsi.fastutil.longs.Long2ByteFunction
-