org.apache.commons.collections4
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:
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>

SortedMap + OrderedMap.

Since:
4.0
Version:
$Id: IterableSortedMap.java 1469004 2013-04-17 17:37:03Z tn $

Method Summary
 
Methods inherited from interface java.util.SortedMap
comparator, firstKey, headMap, lastKey, subMap, tailMap
 
Methods inherited from interface org.apache.commons.collections4.OrderedMap
firstKey, lastKey, mapIterator, nextKey, previousKey
 
Methods inherited from interface org.apache.commons.collections4.Put
clear, put, putAll
 
Methods inherited from interface org.apache.commons.collections4.Get
containsKey, containsValue, entrySet, get, isEmpty, keySet, remove, size, values
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.