Uses of Interface
org.apache.openjpa.lib.util.collections.Unmodifiable
Packages that use Unmodifiable
-
Uses of Unmodifiable in org.apache.openjpa.lib.util.collections
Classes in org.apache.openjpa.lib.util.collections that implement UnmodifiableModifier and TypeClassDescriptionfinal class
Decorates anotherCollection
to ensure it can't be altered.final class
UnmodifiableEntrySet<K,
V> Decorates a map entrySet
to ensure it can't be altered.final class
Decorates an iterator such that it cannot be modified.final class
Decorates anotherList
to ensure it can't be altered.final class
Decorates a list iterator such that it cannot be modified.final class
UnmodifiableMapEntry<K,
V> AMap.Entry
that throws UnsupportedOperationException whensetValue
is called.final class
Decorates anotherOrderedMap
to ensure it can't be altered.final class
Decorates an ordered map iterator such that it cannot be modified.final class
Decorates anotherSet
to ensure it can't be altered.