| java.lang.Object | |||
| ↳ | org.apache.commons.collections.map.AbstractMapDecorator | ||
| ↳ | org.apache.commons.collections.map.AbstractSortedMapDecorator | ||
| ↳ | org.apache.commons.collections.map.UnmodifiableSortedMap | ||
Decorates another SortedMap to ensure it can't be altered.
This class is Serializable from Commons Collections 3.1.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.commons.collections.map.AbstractMapDecorator
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Factory method to create an unmodifiable sorted map.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.commons.collections.map.AbstractSortedMapDecorator
| |||||||||||
From class
org.apache.commons.collections.map.AbstractMapDecorator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.util.Map
| |||||||||||
From interface
java.util.SortedMap
| |||||||||||
Factory method to create an unmodifiable sorted map.
| map | the map to decorate, must not be null |
|---|
| IllegalArgumentException | if map is null |
|---|