K
V
public interface SortedMap<K,V> extends Map<K,V>
Map.Entry<K,V>
Comparator<? super K>
comparator()
firstKey()
SortedMap<K,V>
headMap(K toKey)
lastKey()
subMap(K fromKey, K toKey)
tailMap(K fromKey)
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
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)
Copyright © 2018. All rights reserved.