Uses of Enum
org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ReferenceType
Packages that use ConcurrentReferenceHashMap.ReferenceType
Package
Description
-
Uses of ConcurrentReferenceHashMap.ReferenceType in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map that return ConcurrentReferenceHashMap.ReferenceTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.ReferenceTypeModifier and TypeMethodDescriptionConcurrentReferenceHashMap.Builder.setKeyReferenceType
(ConcurrentReferenceHashMap.ReferenceType keyReferenceType) Sets the reference type to use for keys.ConcurrentReferenceHashMap.Builder.setValueReferenceType
(ConcurrentReferenceHashMap.ReferenceType valueReferenceType) Sets the reference type to use for values.