java.lang.Object | ||||
↳ | org.apache.commons.collections.collection.AbstractCollectionDecorator | |||
↳ | org.apache.commons.collections.set.AbstractSetDecorator | |||
↳ | org.apache.commons.collections.set.AbstractSerializableSetDecorator | |||
↳ | org.apache.commons.collections.set.UnmodifiableSet |
Decorates another Set
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 set.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Factory method to create an unmodifiable set.
set | the set to decorate, must not be null |
---|
IllegalArgumentException | if set is null |
---|