Go to the documentation of this file.
9 package javolution.util.internal.map.sorted;
11 import java.util.Comparator;
31 return target().keyComparator();
41 return target().firstKey();
Comparator<? super K > comparator()
UnmodifiableSortedMapImpl(SortedMapService< K, V > target)
SortedSetService< K > keySet()
static final long serialVersionUID
SortedSetService< K > keySet()
SortedMapService< K, V > threadSafe()
SortedMapService< K, V > tailMap(K fromKey)
SortedSetService< Map.Entry< K, V > > entrySet()
SortedMapService< K, V > headMap(K toKey)
SortedMapService< K, V > subMap(K fromKey, K toKey)
SortedMapService< K, V > target()
SortedSetService< Map.Entry< K, V > > entrySet()