| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.commons.collections.collection.AbstractCollectionDecorator
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Factory method to create an unmodifiable set.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.commons.collections.set.AbstractSetDecorator
| |||||||||||
From class
org.apache.commons.collections.collection.AbstractCollectionDecorator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||
From interface
java.util.Collection
| |||||||||||
From interface
java.util.Set
| |||||||||||
Factory method to create an unmodifiable set.
| set | the set to decorate, must not be null |
|---|
| IllegalArgumentException | if set is null |
|---|