Uses of Class
org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Option
-
Packages that use ConcurrentReferenceHashMap.Option Package Description org.apache.commons.collections4.map -
-
Uses of ConcurrentReferenceHashMap.Option in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map that return ConcurrentReferenceHashMap.Option Modifier and Type Method Description static ConcurrentReferenceHashMap.OptionConcurrentReferenceHashMap.Option. valueOf(java.lang.String name)Returns 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.Method parameters in org.apache.commons.collections4.map with type arguments of type ConcurrentReferenceHashMap.Option Modifier and Type Method Description ConcurrentReferenceHashMap.Builder<K,V>ConcurrentReferenceHashMap.Builder. setOptions(java.util.EnumSet<ConcurrentReferenceHashMap.Option> options)Sets the behavioral options.
-