Uses of Class
org.jboss.util.collection.ConcurrentReferenceHashMap.ReferenceType
-
Packages that use ConcurrentReferenceHashMap.ReferenceType Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of ConcurrentReferenceHashMap.ReferenceType in org.jboss.util.collection
Fields in org.jboss.util.collection declared as ConcurrentReferenceHashMap.ReferenceType Modifier and Type Field Description (package private) static ConcurrentReferenceHashMap.ReferenceType
ConcurrentReferenceHashMap. DEFAULT_KEY_TYPE
(package private) static ConcurrentReferenceHashMap.ReferenceType
ConcurrentReferenceHashMap. DEFAULT_VALUE_TYPE
(package private) ConcurrentReferenceHashMap.ReferenceType
ConcurrentReferenceHashMap.Segment. keyType
(package private) ConcurrentReferenceHashMap.ReferenceType
ConcurrentReferenceHashMap.Segment. valueType
Methods in org.jboss.util.collection that return ConcurrentReferenceHashMap.ReferenceType Modifier and Type Method Description static ConcurrentReferenceHashMap.ReferenceType
ConcurrentReferenceHashMap.ReferenceType. valueOf(java.lang.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 are declared.Methods in org.jboss.util.collection with parameters of type ConcurrentReferenceHashMap.ReferenceType Modifier and Type Method Description (package private) java.lang.Object
ConcurrentReferenceHashMap.HashEntry. newKeyReference(K key, ConcurrentReferenceHashMap.ReferenceType keyType, java.lang.ref.ReferenceQueue<java.lang.Object> refQueue)
(package private) java.lang.Object
ConcurrentReferenceHashMap.HashEntry. newValueReference(V value, ConcurrentReferenceHashMap.ReferenceType valueType, java.lang.ref.ReferenceQueue<java.lang.Object> refQueue)
(package private) void
ConcurrentReferenceHashMap.HashEntry. setValue(V value, ConcurrentReferenceHashMap.ReferenceType valueType, java.lang.ref.ReferenceQueue<java.lang.Object> refQueue)
Constructors in org.jboss.util.collection with parameters of type ConcurrentReferenceHashMap.ReferenceType Constructor Description ConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, java.util.EnumSet<ConcurrentReferenceHashMap.Option> options)
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.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(ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType)
Creates a new, empty reference map with the specified key and value reference types.ConcurrentReferenceHashMap(ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, java.util.EnumSet<ConcurrentReferenceHashMap.Option> options)
Creates a new, empty reference map with the specified reference types and behavioral options.ConcurrentReferenceHashSet(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType type)
Creates a new, empty set with the specified initial capacity, reference type and with default load factor (0.75) and concurrencyLevel (16).ConcurrentReferenceHashSet(ConcurrentReferenceHashMap.ReferenceType type)
Creates a new, empty reference set with the specified key and value reference types.ConcurrentReferenceHashSet(ConcurrentReferenceHashMap.ReferenceType type, java.util.EnumSet<ConcurrentReferenceHashMap.Option> options)
Creates a new, empty reference set with the specified reference types and behavioral options.HashEntry(K key, int hash, ConcurrentReferenceHashMap.HashEntry<K,V> next, V value, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, java.lang.ref.ReferenceQueue<java.lang.Object> refQueue)
Segment(int initialCapacity, float lf, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, boolean identityComparisons)
-