Uses of Class
com.aspectran.core.util.ConcurrentReferenceHashMap.ReferenceType
-
Packages that use ConcurrentReferenceHashMap.ReferenceType Package Description com.aspectran.core.util -
-
Uses of ConcurrentReferenceHashMap.ReferenceType in com.aspectran.core.util
Methods in com.aspectran.core.util that return ConcurrentReferenceHashMap.ReferenceType Modifier and Type Method Description static ConcurrentReferenceHashMap.ReferenceTypeConcurrentReferenceHashMap.ReferenceType. valueOf(java.lang.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 com.aspectran.core.util 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.
-