Interface IterableSortedMap<K,V>

Type Parameters:
K - the type of the keys in the map
V - the type of the values in the map
All Superinterfaces:
IterableMap<K,V>, Map<K,V>, OrderedMap<K,V>, SortedMap<K,V>
All Known Implementing Classes:
AbstractSortedMapDecorator, DualTreeBidiMap.ViewMap

public interface IterableSortedMap<K,V> extends SortedMap<K,V>, OrderedMap<K,V>
Since:
4.0