java.util
Interface SortedMap
- All Superinterfaces:
- Map
- All Known Implementing Classes:
- TreeMap
public interface SortedMap
- extends Map
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
comparator
Comparator comparator()
firstKey
Object firstKey()
headMap
SortedMap headMap(Object var0)
lastKey
Object lastKey()
subMap
SortedMap subMap(Object var0,
Object var1)
tailMap
SortedMap tailMap(Object var0)
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.