类 Long2ObjectConcurrentHashMap<V>
java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.Long2ObjectConcurrentHashMap<V>
- 所有已实现的接口:
it.unimi.dsi.fastutil.Function<Long,,V> it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>,it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>,Function<Long,,V> LongFunction<V>,Map<Long,V>
public class Long2ObjectConcurrentHashMap<V>
extends Object
implements it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>
-
嵌套类概要
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancontainsKey(long key) booleancontainsValue(Object value) voiddefaultReturnValue(V rv) get(long key) booleanisEmpty()it.unimi.dsi.fastutil.longs.LongSetkeySet()it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2ObjectMap.Entry<V>>voidremove(long key) intsize()it.unimi.dsi.fastutil.objects.ObjectCollection<V>values()从类继承的方法 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.Long2ObjectFunction
andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, apply, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort从接口继承的方法 it.unimi.dsi.fastutil.longs.Long2ObjectMap
clear, compute, computeIfAbsent, computeIfAbsent, computeIfAbsentPartial, computeIfPresent, containsKey, entrySet, forEach, get, getOrDefault, getOrDefault, merge, putIfAbsent, remove, remove, replace, replace从接口继承的方法 java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
字段详细资料
-
backing
-
defaultReturn
V defaultReturn
-
-
构造器详细资料
-
Long2ObjectConcurrentHashMap
public Long2ObjectConcurrentHashMap()
-
-
方法详细资料
-
get
- 指定者:
get在接口中it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>
-
isEmpty
public boolean isEmpty() -
containsValue
- 指定者:
containsValue在接口中Map<Long,V>
-
putAll
-
size
public int size() -
defaultReturnValue
-
defaultReturnValue
-
long2ObjectEntrySet
public it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2ObjectMap.Entry<V>> long2ObjectEntrySet()- 指定者:
long2ObjectEntrySet在接口中it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>
-
keySet
public it.unimi.dsi.fastutil.longs.LongSet keySet() -
values
-
containsKey
public boolean containsKey(long key) -
put
- 指定者:
put在接口中it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>
-
put
-
remove
- 指定者:
remove在接口中it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>
-