JBoss Common Classes 2.2.17.GA

Uses of Interface
org.jboss.util.collection.ValueRef

Packages that use ValueRef
org.jboss.util.collection Extentions to the Java Collections framework
 

Uses of ValueRef in org.jboss.util.collection
 

Methods in org.jboss.util.collection that return ValueRef
protected abstract  ValueRef<K,V> ReferenceValueMap.create(K key, V value, ReferenceQueue<V> q)
          Create new value ref instance.
protected  ValueRef<K,V> SoftValueHashMap.create(K key, V value, ReferenceQueue<V> q)
           
protected  ValueRef<K,V> WeakValueHashMap.create(K key, V value, ReferenceQueue<V> q)
           
protected  ValueRef<K,V> SoftValueTreeMap.create(K key, V value, ReferenceQueue<V> q)
           
protected  ValueRef<K,V> WeakValueTreeMap.create(K key, V value, ReferenceQueue<V> q)
           
 

Methods in org.jboss.util.collection that return types with arguments of type ValueRef
protected  Map<K,ValueRef<K,V>> ReferenceValueTreeMap.createMap()
           
protected abstract  Map<K,ValueRef<K,V>> ReferenceValueMap.createMap()
          Create map.
protected  Map<K,ValueRef<K,V>> ReferenceValueHashMap.createMap()
           
protected  Map<K,ValueRef<K,V>> ReferenceValueTreeMap.createMap(Comparator<K> comparator)
           
protected abstract  Map<K,ValueRef<K,V>> ReferenceValueMap.createMap(Comparator<K> comparator)
          Create map.
protected  Map<K,ValueRef<K,V>> ReferenceValueHashMap.createMap(Comparator<K> kComparator)
           
protected  Map<K,ValueRef<K,V>> ReferenceValueTreeMap.createMap(int initialCapacity)
           
protected abstract  Map<K,ValueRef<K,V>> ReferenceValueMap.createMap(int initialCapacity)
          Create map.
protected  Map<K,ValueRef<K,V>> ReferenceValueHashMap.createMap(int initialCapacity)
           
protected  Map<K,ValueRef<K,V>> ReferenceValueTreeMap.createMap(int initialCapacity, float loadFactor)
           
protected abstract  Map<K,ValueRef<K,V>> ReferenceValueMap.createMap(int initialCapacity, float loadFactor)
          Create map.
protected  Map<K,ValueRef<K,V>> ReferenceValueHashMap.createMap(int initialCapacity, float loadFactor)
           
protected  Map<K,ValueRef<K,V>> ReferenceValueTreeMap.createMap(SortedMap<K,ValueRef<K,V>> map)
           
protected abstract  Map<K,ValueRef<K,V>> ReferenceValueMap.createMap(SortedMap<K,ValueRef<K,V>> map)
          Create map.
protected  Map<K,ValueRef<K,V>> ReferenceValueHashMap.createMap(SortedMap<K,ValueRef<K,V>> kValueRefSortedMap)
           
 

Method parameters in org.jboss.util.collection with type arguments of type ValueRef
protected  Map<K,ValueRef<K,V>> ReferenceValueTreeMap.createMap(SortedMap<K,ValueRef<K,V>> map)
           
protected abstract  Map<K,ValueRef<K,V>> ReferenceValueMap.createMap(SortedMap<K,ValueRef<K,V>> map)
          Create map.
protected  Map<K,ValueRef<K,V>> ReferenceValueHashMap.createMap(SortedMap<K,ValueRef<K,V>> kValueRefSortedMap)
           
 

Constructor parameters in org.jboss.util.collection with type arguments of type ValueRef
ReferenceValueMap(SortedMap<K,ValueRef<K,V>> sorted)
           
ReferenceValueTreeMap(SortedMap<K,ValueRef<K,V>> sorted)
           
SoftValueTreeMap(SortedMap<K,ValueRef<K,V>> sorted)
           
WeakValueTreeMap(SortedMap<K,ValueRef<K,V>> sorted)
           
 


JBoss Common Classes 2.2.17.GA

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