java.util
Interface SortedMap
- All Superinterfaces:
- Map
- All Known Implementing Classes:
- TreeMap
- public interface SortedMap
- extends Map
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
comparator
public Comparator comparator()
subMap
public SortedMap subMap(Object,
Object)
headMap
public SortedMap headMap(Object)
tailMap
public SortedMap tailMap(Object)
firstKey
public Object firstKey()
lastKey
public Object lastKey()