类 Long2IntConcurrentHashMap
java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.Long2IntConcurrentHashMap
- 所有已实现的接口:
it.unimi.dsi.fastutil.Function<Long,
,Integer> it.unimi.dsi.fastutil.longs.Long2IntFunction
,it.unimi.dsi.fastutil.longs.Long2IntMap
,Function<Long,
,Integer> LongToIntFunction
,Map<Long,
Integer>
public class Long2IntConcurrentHashMap
extends Object
implements it.unimi.dsi.fastutil.longs.Long2IntMap
-
嵌套类概要
从接口继承的嵌套类/接口 it.unimi.dsi.fastutil.longs.Long2IntMap
it.unimi.dsi.fastutil.longs.Long2IntMap.Entry, it.unimi.dsi.fastutil.longs.Long2IntMap.FastEntrySet
-
字段概要
-
构造器概要
-
方法概要
修饰符和类型方法说明boolean
containsKey
(long key) boolean
containsValue
(int value) int
void
defaultReturnValue
(int rv) int
get
(long key) boolean
isEmpty()
it.unimi.dsi.fastutil.longs.LongSet
keySet()
it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2IntMap.Entry>
void
int
size()
it.unimi.dsi.fastutil.ints.IntCollection
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.Long2IntFunction
andThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsInt, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, put, remove
从接口继承的方法 it.unimi.dsi.fastutil.longs.Long2IntMap
clear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, getOrDefault, merge, merge, mergeInt, mergeInt, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace
从接口继承的方法 java.util.Map
equals, hashCode, replaceAll
-
字段详细资料
-
backing
-
defaultRV
int defaultRV
-
-
构造器详细资料
-
Long2IntConcurrentHashMap
public Long2IntConcurrentHashMap()
-
-
方法详细资料
-
get
public int get(long key) - 指定者:
get
在接口中it.unimi.dsi.fastutil.longs.Long2IntFunction
-
isEmpty
public boolean isEmpty() -
putAll
-
size
public int size() -
defaultReturnValue
public void defaultReturnValue(int rv) - 指定者:
defaultReturnValue
在接口中it.unimi.dsi.fastutil.longs.Long2IntFunction
- 指定者:
defaultReturnValue
在接口中it.unimi.dsi.fastutil.longs.Long2IntMap
-
defaultReturnValue
public int defaultReturnValue()- 指定者:
defaultReturnValue
在接口中it.unimi.dsi.fastutil.longs.Long2IntFunction
- 指定者:
defaultReturnValue
在接口中it.unimi.dsi.fastutil.longs.Long2IntMap
-
long2IntEntrySet
public it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2IntMap.Entry> long2IntEntrySet()- 指定者:
long2IntEntrySet
在接口中it.unimi.dsi.fastutil.longs.Long2IntMap
-
keySet
public it.unimi.dsi.fastutil.longs.LongSet keySet() -
values
public it.unimi.dsi.fastutil.ints.IntCollection values() -
containsKey
public boolean containsKey(long key) - 指定者:
containsKey
在接口中it.unimi.dsi.fastutil.longs.Long2IntFunction
- 指定者:
containsKey
在接口中it.unimi.dsi.fastutil.longs.Long2IntMap
-
containsValue
public boolean containsValue(int value) - 指定者:
containsValue
在接口中it.unimi.dsi.fastutil.longs.Long2IntMap
-