K - V - class ReferenceSortedMap<K,V> extends ReferenceMap<K,V> implements SortedMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
private SortedMap<Referrer<K>,Referrer<V>> |
map |
| Constructor and Description |
|---|
ReferenceSortedMap(SortedMap<Referrer<K>,Referrer<V>> map,
ReferenceQueuingFactory<K,Referrer<K>> krqf,
ReferenceQueuingFactory<V,Referrer<V>> vrqf,
Ref key,
Ref val) |
ReferenceSortedMap(SortedMap<Referrer<K>,Referrer<V>> map,
Ref keyRef,
Ref valRef,
boolean gcThreads,
long gcKeyCycle,
long gcValCycle) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<? super K> |
comparator() |
K |
firstKey() |
SortedMap<K,V> |
headMap(K toKey) |
K |
lastKey() |
SortedMap<K,V> |
subMap(K fromKey,
K toKey) |
SortedMap<K,V> |
tailMap(K fromKey) |
clear, containsKey, containsValue, entrySet, get, getKeyRQF, getValRQF, isEmpty, keyRef, keySet, processQueue, put, remove, size, valRef, values, wrapKey, wrapValfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizeReferenceSortedMap(SortedMap<Referrer<K>,Referrer<V>> map, Ref keyRef, Ref valRef, boolean gcThreads, long gcKeyCycle, long gcValCycle)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.