Uses of Enum
org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Option
Package
Description
-
Uses of ConcurrentReferenceHashMap.Option in org.apache.commons.collections4.map
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ConcurrentReferenceHashMap.Option[]
ConcurrentReferenceHashMap.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConcurrentReferenceHashMap.Builder.setOptions
(EnumSet<ConcurrentReferenceHashMap.Option> options) Sets the behavioral options.