Uses of Class
org.apache.commons.collections4.set.AbstractSerializableSetDecorator
-
Packages that use AbstractSerializableSetDecorator Package Description org.apache.commons.collections4.set This package contains implementations of theSet,SortedSetandNavigableSetinterfaces. -
-
Uses of AbstractSerializableSetDecorator in org.apache.commons.collections4.set
Subclasses of AbstractSerializableSetDecorator in org.apache.commons.collections4.set Modifier and Type Class Description classListOrderedSet<E>Decorates anotherSetto ensure that the order of addition is retained and used by the iterator.classUnmodifiableSet<E>Decorates anotherSetto ensure it can't be altered.
-