Uses of Class
org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ReferenceType
-
Packages that use ConcurrentReferenceHashMap.ReferenceType Package Description org.apache.commons.collections4.map -
-
Uses of ConcurrentReferenceHashMap.ReferenceType in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map 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.Methods in org.apache.commons.collections4.map with parameters of type ConcurrentReferenceHashMap.ReferenceType Modifier and Type Method Description ConcurrentReferenceHashMap.Builder<K,V>ConcurrentReferenceHashMap.Builder. setKeyReferenceType(ConcurrentReferenceHashMap.ReferenceType keyReferenceType)Sets the reference type to use for keys.ConcurrentReferenceHashMap.Builder<K,V>ConcurrentReferenceHashMap.Builder. setValueReferenceType(ConcurrentReferenceHashMap.ReferenceType valueReferenceType)Sets the reference type to use for values.
-