|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
CollectionUtils.asUnmodifiable(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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||