Uses of Class
org.apache.openjpa.lib.util.collections.AbstractSerializableListDecorator
-
Packages that use AbstractSerializableListDecorator Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of AbstractSerializableListDecorator in org.apache.openjpa.lib.util.collections
Subclasses of AbstractSerializableListDecorator in org.apache.openjpa.lib.util.collections Modifier and Type Class Description class
UnmodifiableList<E>
Decorates anotherList
to ensure it can't be altered.
-