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>,- java.util.Map<K,V>,- OrderedMap<K,V>,- java.util.SortedMap<K,V>
 - All Known Implementing Classes:
- AbstractSortedMapDecorator,- DualTreeBidiMap.ViewMap
 
 public interface IterableSortedMap<K,V> extends java.util.SortedMap<K,V>, OrderedMap<K,V> SortedMap+OrderedMap.- Since:
- 4.0
 
- 
- 
Method Summary- 
Methods inherited from interface org.apache.openjpa.lib.util.collections.IterableMapclear, put, putAll
 - 
Methods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size
 - 
Methods inherited from interface org.apache.openjpa.lib.util.collections.OrderedMapfirstKey, lastKey, mapIterator, nextKey, previousKey
 
- 
 
-