Package | Description |
---|---|
org.jboss.util.collection |
Extentions to the Java Collections framework.
|
Modifier and Type | Method and Description |
---|---|
protected ValueRef<K,V> |
SoftValueTreeMap.create(K key,
V value,
ReferenceQueue<V> q) |
protected abstract ValueRef<K,V> |
ReferenceValueMap.create(K key,
V value,
ReferenceQueue<V> q)
Create new value ref instance.
|
protected ValueRef<K,V> |
WeakValueTreeMap.create(K key,
V value,
ReferenceQueue<V> q) |
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) |
Modifier and Type | Method and Description |
---|---|
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() |
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(Comparator<K> comparator) |
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) |
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(int initialCapacity,
float loadFactor) |
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) |
protected Map<K,ValueRef<K,V>> |
ReferenceValueTreeMap.createMap(SortedMap<K,ValueRef<K,V>> map) |
Modifier and Type | Method and Description |
---|---|
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) |
protected Map<K,ValueRef<K,V>> |
ReferenceValueTreeMap.createMap(SortedMap<K,ValueRef<K,V>> map) |
Constructor and Description |
---|
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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.