public interface SortedMap extends Map
Map.Entry
Comparator
comparator()
Object
firstKey()
SortedMap
headMap(Object toKey)
lastKey()
subMap(Object fromKey, Object toKey)
tailMap(Object fromKey)
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
Comparator comparator()
SortedMap subMap(Object fromKey, Object toKey)
SortedMap headMap(Object toKey)
SortedMap tailMap(Object fromKey)
Object firstKey()
Object lastKey()
Copyright © 2005–2013 Javolution. All rights reserved.