|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnmodifiableMap | |
|---|---|
| edu.tum.cs.commons.collections | Extensions to the Java collections. |
| Uses of UnmodifiableMap in edu.tum.cs.commons.collections |
|---|
| Subclasses of UnmodifiableMap in edu.tum.cs.commons.collections | |
|---|---|
class |
UnmodifiableSortedMap<K,V>
This is a wrapper for a SortedMap prohibiting all calls which would
modify its contents. |
| Methods in edu.tum.cs.commons.collections that return UnmodifiableMap | ||
|---|---|---|
static
|
CollectionUtils.asUnmodifiable(Map<S,T> m)
Returns a new unmodifiable map wrapping the given map. |
|
static
|
CollectionUtils.emptyMap()
Returns an empty map. |
|
|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||