Uses of Enum
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.EvictionPolicy
Packages that use Cache.ConcurrentLinkedHashMap.EvictionPolicy
-
Uses of Cache.ConcurrentLinkedHashMap.EvictionPolicy in gw.util.concurrent
Fields in gw.util.concurrent declared as Cache.ConcurrentLinkedHashMap.EvictionPolicyModifier and TypeFieldDescription(package private) final Cache.ConcurrentLinkedHashMap.EvictionPolicy
Cache.ConcurrentLinkedHashMap.policy
Methods in gw.util.concurrent that return Cache.ConcurrentLinkedHashMap.EvictionPolicyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.Cache.ConcurrentLinkedHashMap.EvictionPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gw.util.concurrent with parameters of type Cache.ConcurrentLinkedHashMap.EvictionPolicyModifierConstructorDescriptionConcurrentLinkedHashMap
(Cache.ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, int concurrencyLevel, Cache.ConcurrentLinkedHashMap.EvictionListener<K, V>... listeners) Creates a new, empty, unbounded map with the specified maximum capacity and concurrency level.ConcurrentLinkedHashMap
(Cache.ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, Cache.ConcurrentLinkedHashMap.EvictionListener<K, V>... listeners) Creates a new, empty, unbounded map with the specified maximum capacity and the default concurrencyLevel.