类 Int2ObjectConcurrentHashMap<V>
java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.Int2ObjectConcurrentHashMap<V>
- 所有已实现的接口:
it.unimi.dsi.fastutil.Function<Integer,,V> it.unimi.dsi.fastutil.ints.Int2ObjectFunction<V>,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>,Function<Integer,,V> IntFunction<V>,Map<Integer,V>
public class Int2ObjectConcurrentHashMap<V>
extends Object
implements it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>
-
嵌套类概要
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidclear()booleancontainsKey(int key) booleancontainsValue(Object value) voiddefaultReturnValue(V rv) get(int key) it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.ints.Int2ObjectMap.Entry<V>>booleanisEmpty()it.unimi.dsi.fastutil.ints.IntSetkeySet()voidremove(int 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.ints.Int2ObjectFunction
andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, apply, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort从接口继承的方法 it.unimi.dsi.fastutil.ints.Int2ObjectMap
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
-
-
构造器详细资料
-
Int2ObjectConcurrentHashMap
public Int2ObjectConcurrentHashMap()
-
-
方法详细资料
-
get
- 指定者:
get在接口中it.unimi.dsi.fastutil.ints.Int2ObjectFunction<V>
-
isEmpty
public boolean isEmpty() -
containsValue
- 指定者:
containsValue在接口中Map<Integer,V>
-
putAll
-
size
public int size() -
defaultReturnValue
-
defaultReturnValue
-
int2ObjectEntrySet
public it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.ints.Int2ObjectMap.Entry<V>> int2ObjectEntrySet()- 指定者:
int2ObjectEntrySet在接口中it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>
-
keySet
public it.unimi.dsi.fastutil.ints.IntSet keySet() -
values
-
containsKey
public boolean containsKey(int key) -
put
- 指定者:
put在接口中it.unimi.dsi.fastutil.ints.Int2ObjectFunction<V>
-
put
-
remove
- 指定者:
remove在接口中it.unimi.dsi.fastutil.ints.Int2ObjectFunction<V>
-
clear
public void clear()
-