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