Uses of Enum
nl.basjes.parse.useragent.utils.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Packages that use ConcurrentReferenceHashMap.ReferenceType
-
Uses of ConcurrentReferenceHashMap.ReferenceType in nl.basjes.parse.useragent.utils.springframework.util
Methods in nl.basjes.parse.useragent.utils.springframework.util 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.Constructors in nl.basjes.parse.useragent.utils.springframework.util with parameters of type ConcurrentReferenceHashMap.ReferenceTypeModifierConstructorDescriptionConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMapinstance.