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 This package contains implementations of theSet
andSortedSet
interfaces. -
-
Uses of AbstractSetDecorator in org.apache.commons.collections.map
Subclasses of AbstractSetDecorator in org.apache.commons.collections.map Modifier and Type Class Description (package private) static class
AbstractInputCheckedMapDecorator.EntrySet
Implementation of an entry set that checks additions via setValue.class
UnmodifiableEntrySet
Decorates a map entrySet
to 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 class
AbstractSerializableSetDecorator
Serializable subclass of AbstractSetDecorator.class
AbstractSortedSetDecorator
Decorates anotherSortedSet
to provide additional behaviour.class
ListOrderedSet
Decorates anotherSet
to ensure that the order of addition is retained and used by the iterator.class
UnmodifiableSet
Decorates anotherSet
to ensure it can't be altered.class
UnmodifiableSortedSet
Decorates anotherSortedSet
to ensure it can't be altered.
-