Uses of Class
org.apache.commons.collections.set.AbstractSetDecorator
-
Packages that use AbstractSetDecorator Package Description org.apache.commons.collections.map org.apache.commons.collections.set -
-
Uses of AbstractSetDecorator in org.apache.commons.collections.map
Subclasses of AbstractSetDecorator in org.apache.commons.collections.map Modifier and Type Class Description classUnmodifiableEntrySetDecorates a map entrySetto ensure it can't be altered. -
Uses of AbstractSetDecorator in org.apache.commons.collections.set
Subclasses of AbstractSetDecorator in org.apache.commons.collections.set Modifier and Type Class Description classAbstractSerializableSetDecoratorSerializable subclass of AbstractSetDecorator.classAbstractSortedSetDecoratorDecorates anotherSortedSetto provide additional behaviour.classListOrderedSetDecorates anotherSetto ensure that the order of addition is retained and used by the iterator.classUnmodifiableSetDecorates anotherSetto ensure it can't be altered.classUnmodifiableSortedSetDecorates anotherSortedSetto ensure it can't be altered.
-