Uses of Class
groovyx.gpars.extra166y.CustomConcurrentHashMap.Strength

Packages that use CustomConcurrentHashMap.Strength
groovyx.gpars.extra166y Collections supporting parallel operations. 
 

Uses of CustomConcurrentHashMap.Strength in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as CustomConcurrentHashMap.Strength
static CustomConcurrentHashMap.Strength CustomConcurrentHashMap.SOFT
          The strength of soft references
static CustomConcurrentHashMap.Strength CustomConcurrentHashMap.STRONG
          The strength of ordinary references
static CustomConcurrentHashMap.Strength CustomConcurrentHashMap.WEAK
          The strength of weak references
 

Methods in groovyx.gpars.extra166y that return CustomConcurrentHashMap.Strength
static CustomConcurrentHashMap.Strength CustomConcurrentHashMap.Strength.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CustomConcurrentHashMap.Strength[] CustomConcurrentHashMap.Strength.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in groovyx.gpars.extra166y with parameters of type CustomConcurrentHashMap.Strength
static
<ValueType>
CustomConcurrentHashMap<java.lang.Integer,ValueType>
CustomConcurrentHashMap.newIntKeyMap(CustomConcurrentHashMap.Strength valueStrength, CustomConcurrentHashMap.Equivalence<? super ValueType> valueEquivalence, int expectedSize)
          Returns a new map using Integer keys and the given value parameters
static
<KeyType> CustomConcurrentHashMap<KeyType,java.lang.Integer>
CustomConcurrentHashMap.newIntValueMap(CustomConcurrentHashMap.Strength keyStrength, CustomConcurrentHashMap.Equivalence<? super KeyType> keyEquivalence, int expectedSize)
          Returns a new map using the given key parameters and Integer values
 

Constructors in groovyx.gpars.extra166y with parameters of type CustomConcurrentHashMap.Strength
CustomConcurrentHashMap.KeySet(CustomConcurrentHashMap.Strength strength, CustomConcurrentHashMap.Equivalence<? super K> equivalence, int expectedSize)
          Creates a set with the given parameters
CustomConcurrentHashMap(CustomConcurrentHashMap.Strength keyStrength, CustomConcurrentHashMap.Equivalence<? super K> keyEquivalence, CustomConcurrentHashMap.Strength valueStrength, CustomConcurrentHashMap.Equivalence<? super V> valueEquivalence, int expectedSize)
          Creates a new CustomConcurrentHashMap with the given parameters
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.