Package org.apache.commons.collections4
Interface IterableSortedMap<K,V>
-
- Type Parameters:
K
- the type of the keys in the mapV
- the type of the values in the map
- All Superinterfaces:
Get<K,V>
,IterableGet<K,V>
,IterableMap<K,V>
,Map<K,V>
,OrderedMap<K,V>
,Put<K,V>
,SortedMap<K,V>
- All Known Subinterfaces:
Trie<K,V>
- All Known Implementing Classes:
AbstractBitwiseTrie
,AbstractSortedMapDecorator
,DualTreeBidiMap.ViewMap
,FixedSizeSortedMap
,PatriciaTrie
,UnmodifiableSortedMap
,UnmodifiableTrie
public interface IterableSortedMap<K,V> extends SortedMap<K,V>, OrderedMap<K,V>
- Since:
- 4.0
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.collections4.Get
containsKey, containsValue, entrySet, get, isEmpty, keySet, remove, size, values
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
-
Methods inherited from interface org.apache.commons.collections4.OrderedMap
firstKey, lastKey, mapIterator, nextKey, previousKey
-
-