java.lang.Object | +--org.apache.commons.collections.map.AbstractMapDecorator | +--org.apache.commons.collections.map.AbstractSortedMapDecoratorAll Implemented Interfaces:
AbstractSortedMapDecorator(SortedMap map) Constructor that wraps (not copies). |
Comparator | |
Object | firstKey() |
SortedMap | Gets the map being decorated. |
SortedMap | headMap(Object toKey) |
Object | lastKey() |
SortedMap | subMap(Object fromKey, Object toKey) |
SortedMap | tailMap(Object fromKey) |
public AbstractSortedMapDecorator(SortedMap map)
- if the collection is nullpublic Comparator comparator()
public Object firstKey()
protected SortedMap getSortedMap()
public SortedMap headMap(Object toKey)
public Object lastKey()
public SortedMap subMap(Object fromKey, Object toKey)
public SortedMap tailMap(Object fromKey)