Uses of Class
org.jboss.cache.pojo.util.ConcurrentReferenceHashMap.ReferenceType

Packages that use ConcurrentReferenceHashMap.ReferenceType
org.jboss.cache.pojo.util   
 

Uses of ConcurrentReferenceHashMap.ReferenceType in org.jboss.cache.pojo.util
 

Methods in org.jboss.cache.pojo.util that return ConcurrentReferenceHashMap.ReferenceType
static ConcurrentReferenceHashMap.ReferenceType ConcurrentReferenceHashMap.ReferenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConcurrentReferenceHashMap.ReferenceType[] ConcurrentReferenceHashMap.ReferenceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jboss.cache.pojo.util with parameters of type ConcurrentReferenceHashMap.ReferenceType
ConcurrentReferenceHashMap(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType)
          Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, EnumSet<ConcurrentReferenceHashMap.Option> options)
          Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, EnumSet<ConcurrentReferenceHashMap.Option> options)
          Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.