- Type Parameters:
K
- the type of the keys in the map
V
- the type of the values in the map
- All Superinterfaces:
- Get<K,V>, IterableGet<K,V>, IterableMap<K,V>, java.util.Map<K,V>, OrderedMap<K,V>, Put<K,V>, java.util.SortedMap<K,V>
- All Known Subinterfaces:
- Trie<K,V>
- All Known Implementing Classes:
- AbstractBitwiseTrie, AbstractPatriciaTrie, AbstractSortedMapDecorator, DualTreeBidiMap.ViewMap, FixedSizeSortedMap, PatriciaTrie, UnmodifiableSortedMap, UnmodifiableTrie
public interface IterableSortedMap<K,V>
extends java.util.SortedMap<K,V>, OrderedMap<K,V>
- Since:
- 4.0
- Version:
- $Id: IterableSortedMap.java 1469004 2013-04-17 17:37:03Z tn $