public class SortedMapAdapter<K,V> extends MapAdapter<K,V> implements java.util.SortedMap<K,V>
| Constructor and Description |
|---|
SortedMapAdapter(SortedMap<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<? super K> |
comparator() |
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, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic java.util.Comparator<? super K> comparator()