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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Factory method to create an unmodifiable sorted map.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Factory method to create an unmodifiable sorted map.
map | the map to decorate, must not be null |
---|
IllegalArgumentException | if map is null |
---|