Uses of Class
cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.ReferenceType
-
Packages that use ConcurrentReferenceHashMap.ReferenceType Package Description cn.sliew.milky.common.collect -
-
Uses of ConcurrentReferenceHashMap.ReferenceType in cn.sliew.milky.common.collect
Methods in cn.sliew.milky.common.collect that return ConcurrentReferenceHashMap.ReferenceType Modifier and Type Method Description static ConcurrentReferenceHashMap.ReferenceTypeConcurrentReferenceHashMap.ReferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConcurrentReferenceHashMap.ReferenceType[]ConcurrentReferenceHashMap.ReferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cn.sliew.milky.common.collect with parameters of type ConcurrentReferenceHashMap.ReferenceType Constructor Description ConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType referenceType)Create a newConcurrentReferenceHashMapinstance.ConcurrentReferenceHashMap(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType referenceType)Create a newConcurrentReferenceHashMapinstance.
-