Uses of Class
org.apache.commons.collections4.set.AbstractSerializableSetDecorator
Packages that use AbstractSerializableSetDecorator
Package
Description
-
Uses of AbstractSerializableSetDecorator in org.apache.commons.collections4.set
Subclasses of AbstractSerializableSetDecorator in org.apache.commons.collections4.setModifier and TypeClassDescriptionclass
Decorates anotherSet
to ensure that the order of addition is retained and used by the iterator.final class
Decorates anotherSet
to ensure it can't be altered.