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