K - the key typeV - the value typepublic abstract class ReferenceValueTreeMap<K,V> extends ReferenceValueMap<K,V>
| Modifier | Constructor and Description |
|---|---|
protected |
ReferenceValueTreeMap() |
protected |
ReferenceValueTreeMap(java.util.Comparator<K> comparator) |
protected |
ReferenceValueTreeMap(java.util.SortedMap<K,ValueRef<K,V>> sorted) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<K,ValueRef<K,V>> |
createMap()
Create map.
|
protected java.util.Map<K,ValueRef<K,V>> |
createMap(java.util.Comparator<K> comparator)
Create map.
|
protected java.util.Map<K,ValueRef<K,V>> |
createMap(int initialCapacity)
Create map.
|
protected java.util.Map<K,ValueRef<K,V>> |
createMap(int initialCapacity,
float loadFactor)
Create map.
|
protected java.util.Map<K,ValueRef<K,V>> |
createMap(java.util.SortedMap<K,ValueRef<K,V>> map)
Create map.
|
clear, containsKey, create, entrySet, get, put, remove, size, toStringclone, containsValue, equals, hashCode, isEmpty, keySet, putAll, valuesprotected ReferenceValueTreeMap()
protected ReferenceValueTreeMap(java.util.Comparator<K> comparator)
protected java.util.Map<K,ValueRef<K,V>> createMap()
ReferenceValueMapcreateMap in class ReferenceValueMap<K,V>protected java.util.Map<K,ValueRef<K,V>> createMap(java.util.Comparator<K> comparator)
ReferenceValueMapcreateMap in class ReferenceValueMap<K,V>comparator - the comparatorprotected java.util.Map<K,ValueRef<K,V>> createMap(java.util.SortedMap<K,ValueRef<K,V>> map)
ReferenceValueMapcreateMap in class ReferenceValueMap<K,V>map - the sorted mapprotected java.util.Map<K,ValueRef<K,V>> createMap(int initialCapacity)
ReferenceValueMapcreateMap in class ReferenceValueMap<K,V>initialCapacity - the initial capacityprotected java.util.Map<K,ValueRef<K,V>> createMap(int initialCapacity, float loadFactor)
ReferenceValueMapcreateMap in class ReferenceValueMap<K,V>initialCapacity - the initial capacityloadFactor - the load factor