K - the key typeV - the value typepublic abstract class ReferenceValueHashMap<K,V> extends ReferenceValueMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
ReferenceValueHashMap() |
protected |
ReferenceValueHashMap(int initialCapacity) |
protected |
ReferenceValueHashMap(int initialCapacity,
float loadFactor) |
protected |
ReferenceValueHashMap(Map<K,V> t) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<K,ValueRef<K,V>> |
createMap()
Create map.
|
protected Map<K,ValueRef<K,V>> |
createMap(Comparator<K> kComparator)
Create map.
|
protected Map<K,ValueRef<K,V>> |
createMap(int initialCapacity)
Create map.
|
protected Map<K,ValueRef<K,V>> |
createMap(int initialCapacity,
float loadFactor)
Create map.
|
protected Map<K,ValueRef<K,V>> |
createMap(SortedMap<K,ValueRef<K,V>> kValueRefSortedMap)
Create map.
|
clear, containsKey, create, entrySet, get, put, remove, size, toStringclone, containsValue, equals, hashCode, isEmpty, keySet, putAll, valuesprotected ReferenceValueHashMap()
protected ReferenceValueHashMap(int initialCapacity)
protected ReferenceValueHashMap(int initialCapacity,
float loadFactor)
protected Map<K,ValueRef<K,V>> createMap(int initialCapacity, float loadFactor)
ReferenceValueMapcreateMap in class ReferenceValueMap<K,V>initialCapacity - the initial capacityloadFactor - the load factorprotected Map<K,ValueRef<K,V>> createMap(int initialCapacity)
ReferenceValueMapcreateMap in class ReferenceValueMap<K,V>initialCapacity - the initial capacityprotected Map<K,ValueRef<K,V>> createMap()
ReferenceValueMapcreateMap in class ReferenceValueMap<K,V>protected Map<K,ValueRef<K,V>> createMap(Comparator<K> kComparator)
ReferenceValueMapcreateMap in class ReferenceValueMap<K,V>kComparator - the comparatorCopyright © 2015 JBoss by Red Hat. All rights reserved.