类 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 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancontainsKey(long key) booleancontainsValue(long value) longvoiddefaultReturnValue(long rv) longget(long key) booleanisEmpty()it.unimi.dsi.fastutil.longs.LongSetkeySet()it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2LongMap.Entry>longput(long key, long val) voidlongremove(long key) intsize()it.unimi.dsi.fastutil.longs.LongCollectionvalues()从类继承的方法 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
-