Uses of Class
org.apache.commons.collections.set.AbstractSerializableSetDecorator
-
Packages that use AbstractSerializableSetDecorator Package Description org.apache.commons.collections.set This package contains implementations of theSetandSortedSetinterfaces. -
-
Uses of AbstractSerializableSetDecorator in org.apache.commons.collections.set
Subclasses of AbstractSerializableSetDecorator in org.apache.commons.collections.set Modifier and Type Class Description classListOrderedSetDecorates anotherSetto ensure that the order of addition is retained and used by the iterator.classUnmodifiableSetDecorates anotherSetto ensure it can't be altered.
-