TUM CCSM Commons

Uses of Class
edu.tum.cs.commons.collections.UnmodifiableSortedMap

Packages that use UnmodifiableSortedMap
edu.tum.cs.commons.collections Extensions to the Java collections. 
 

Uses of UnmodifiableSortedMap in edu.tum.cs.commons.collections
 

Methods in edu.tum.cs.commons.collections that return UnmodifiableSortedMap
static
<S,T> UnmodifiableSortedMap<S,T>
CollectionUtils.asUnmodifiable(java.util.SortedMap<S,T> m)
          Returns a new unmodifiable sorted map wrapping the given sorted map.
 UnmodifiableSortedMap<K,V> UnmodifiableSortedMap.headMap(K toKey)
          
 UnmodifiableSortedMap<K,V> UnmodifiableSortedMap.subMap(K fromKey, K toKey)
          
 UnmodifiableSortedMap<K,V> UnmodifiableSortedMap.tailMap(K fromKey)
          
 


TUM CCSM Commons

TUM CCSM Commons - 2.7