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 classDecorates anotherCollectionto ensure it can't be altered.final classUnmodifiableEntrySet<K,V> Decorates a map entrySetto ensure it can't be altered.final classDecorates an iterator such that it cannot be modified.final classDecorates anotherListto ensure it can't be altered.final classDecorates a list iterator such that it cannot be modified.final classUnmodifiableMapEntry<K,V> AMap.Entrythat throws UnsupportedOperationException whensetValueis called.final classDecorates anotherOrderedMapto ensure it can't be altered.final classDecorates an ordered map iterator such that it cannot be modified.final classDecorates anotherSetto ensure it can't be altered.