Uses of Interface
org.jboss.util.collection.ValueRef
-
Packages that use ValueRef Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of ValueRef in org.jboss.util.collection
Classes in org.jboss.util.collection that implement ValueRef Modifier and Type Class Description (package private) classSoftValueRef<K,V>Soft value ref.(package private) classWeakValueRef<K,V>Weak value ref.Fields in org.jboss.util.collection with type parameters of type ValueRef Modifier and Type Field Description private java.util.Iterator<java.util.Map.Entry<K,ValueRef<K,V>>>ReferenceValueMap.EntrySetIterator. delegateThe delegateprivate java.util.Map<K,ValueRef<K,V>>ReferenceValueMap. mapHash table mapping keys to ref valuesMethods in org.jboss.util.collection that return ValueRef Modifier and Type Method Description protected abstract ValueRef<K,V>ReferenceValueMap. create(K key, V value, java.lang.ref.ReferenceQueue<V> q)Create new value ref instance.protected ValueRef<K,V>SoftValueHashMap. create(K key, V value, java.lang.ref.ReferenceQueue<V> q)protected ValueRef<K,V>SoftValueTreeMap. create(K key, V value, java.lang.ref.ReferenceQueue<V> q)protected ValueRef<K,V>WeakValueHashMap. create(K key, V value, java.lang.ref.ReferenceQueue<V> q)protected ValueRef<K,V>WeakValueTreeMap. create(K key, V value, java.lang.ref.ReferenceQueue<V> q)Methods in org.jboss.util.collection that return types with arguments of type ValueRef Modifier and Type Method Description protected java.util.Map<K,ValueRef<K,V>>ReferenceValueHashMap. createMap()protected java.util.Map<K,ValueRef<K,V>>ReferenceValueHashMap. createMap(int initialCapacity)protected java.util.Map<K,ValueRef<K,V>>ReferenceValueHashMap. createMap(int initialCapacity, float loadFactor)protected java.util.Map<K,ValueRef<K,V>>ReferenceValueHashMap. createMap(java.util.Comparator<K> kComparator)protected java.util.Map<K,ValueRef<K,V>>ReferenceValueHashMap. createMap(java.util.SortedMap<K,ValueRef<K,V>> kValueRefSortedMap)protected abstract java.util.Map<K,ValueRef<K,V>>ReferenceValueMap. createMap()Create map.protected abstract java.util.Map<K,ValueRef<K,V>>ReferenceValueMap. createMap(int initialCapacity)Create map.protected abstract java.util.Map<K,ValueRef<K,V>>ReferenceValueMap. createMap(int initialCapacity, float loadFactor)Create map.protected abstract java.util.Map<K,ValueRef<K,V>>ReferenceValueMap. createMap(java.util.Comparator<K> comparator)Create map.protected abstract java.util.Map<K,ValueRef<K,V>>ReferenceValueMap. createMap(java.util.SortedMap<K,ValueRef<K,V>> map)Create map.protected java.util.Map<K,ValueRef<K,V>>ReferenceValueTreeMap. createMap()protected java.util.Map<K,ValueRef<K,V>>ReferenceValueTreeMap. createMap(int initialCapacity)protected java.util.Map<K,ValueRef<K,V>>ReferenceValueTreeMap. createMap(int initialCapacity, float loadFactor)protected java.util.Map<K,ValueRef<K,V>>ReferenceValueTreeMap. createMap(java.util.Comparator<K> comparator)protected java.util.Map<K,ValueRef<K,V>>ReferenceValueTreeMap. createMap(java.util.SortedMap<K,ValueRef<K,V>> map)Method parameters in org.jboss.util.collection with type arguments of type ValueRef Modifier and Type Method Description protected java.util.Map<K,ValueRef<K,V>>ReferenceValueHashMap. createMap(java.util.SortedMap<K,ValueRef<K,V>> kValueRefSortedMap)protected abstract java.util.Map<K,ValueRef<K,V>>ReferenceValueMap. createMap(java.util.SortedMap<K,ValueRef<K,V>> map)Create map.protected java.util.Map<K,ValueRef<K,V>>ReferenceValueTreeMap. createMap(java.util.SortedMap<K,ValueRef<K,V>> map)Constructor parameters in org.jboss.util.collection with type arguments of type ValueRef Constructor Description EntrySetIterator(java.util.Iterator<java.util.Map.Entry<K,ValueRef<K,V>>> delegate)Create a new EntrySetIterator.ReferenceValueMap(java.util.SortedMap<K,ValueRef<K,V>> sorted)ReferenceValueTreeMap(java.util.SortedMap<K,ValueRef<K,V>> sorted)SoftValueTreeMap(java.util.SortedMap<K,ValueRef<K,V>> sorted)WeakValueTreeMap(java.util.SortedMap<K,ValueRef<K,V>> sorted)
-