static class Synchronized.SynchronizedSortedMap<K,V> extends Synchronized.SynchronizedMap<K,V> implements java.util.SortedMap<K,V>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
entrySet, keySet, values
delegate, mutex
Constructor and Description |
---|
SynchronizedSortedMap(java.util.SortedMap<K,V> delegate,
java.lang.Object mutex) |
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<? super K> |
comparator() |
(package private) java.util.SortedMap<K,V> |
delegate() |
K |
firstKey() |
java.util.SortedMap<K,V> |
headMap(K toKey) |
K |
lastKey() |
java.util.SortedMap<K,V> |
subMap(K fromKey,
K toKey) |
java.util.SortedMap<K,V> |
tailMap(K fromKey) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
toString
private static final long serialVersionUID
java.util.SortedMap<K,V> delegate()
delegate
in class Synchronized.SynchronizedMap<K,V>
public java.util.Comparator<? super K> comparator()