Uses of Class
org.apache.commons.collections.set.AbstractSetDecorator
Packages that use AbstractSetDecorator
Package
Description
-
Uses of AbstractSetDecorator in org.apache.commons.collections.map
Subclasses of AbstractSetDecorator in org.apache.commons.collections.mapModifier and TypeClassDescriptionfinal classDecorates 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.setModifier and TypeClassDescriptionclassSerializable subclass of AbstractSetDecorator.classDecorates anotherSortedSetto provide additional behaviour.classDecorates anotherSetto ensure that the order of addition is retained and used by the iterator.final classDecorates anotherSetto ensure it can't be altered.final classDecorates anotherSortedSetto ensure it can't be altered.