Uses of Interface
org.apache.commons.collections4.Unmodifiable
Packages that use Unmodifiable
Package
Description
Implementations of the
 
Collection interface.Implements the
 
Iterator interface.Implements collection and map related key/value classes.
Implements the 
List interface.Implements the 
MultiValuedMap interfaces.Implements the
 
MultiSet interface.Implements the 
Queue interface.Implements the
 
Trie interface.- 
Uses of Unmodifiable in org.apache.commons.collections4.bagClasses in org.apache.commons.collections4.bag that implement Unmodifiable
- 
Uses of Unmodifiable in org.apache.commons.collections4.bidimapClasses in org.apache.commons.collections4.bidimap that implement UnmodifiableModifier and TypeClassDescriptionfinal classUnmodifiableBidiMap<K,V> Decorates anotherBidiMapto ensure it can't be altered.final classDecorates anotherOrderedBidiMapto ensure it can't be altered.final classDecorates anotherSortedBidiMapto ensure it can't be altered.
- 
Uses of Unmodifiable in org.apache.commons.collections4.collectionClasses in org.apache.commons.collections4.collection that implement UnmodifiableModifier and TypeClassDescriptionfinal classUnmodifiableBoundedCollectiondecorates anotherBoundedCollectionto ensure it can't be altered.final classDecorates anotherCollectionto ensure it can't be altered.
- 
Uses of Unmodifiable in org.apache.commons.collections4.iteratorsClasses in org.apache.commons.collections4.iterators that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates an iterator such that it cannot be modified.final classDecorates a list iterator such that it cannot be modified.final classDecorates a map iterator such that it cannot be modified.final classDecorates an ordered map iterator such that it cannot be modified.
- 
Uses of Unmodifiable in org.apache.commons.collections4.keyvalueClasses in org.apache.commons.collections4.keyvalue that implement UnmodifiableModifier and TypeClassDescriptionfinal classUnmodifiableMapEntry<K,V> AMap.Entrythat throws UnsupportedOperationException whensetValueis called.
- 
Uses of Unmodifiable in org.apache.commons.collections4.listClasses in org.apache.commons.collections4.list that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherListto ensure it can't be altered.
- 
Uses of Unmodifiable in org.apache.commons.collections4.mapClasses in org.apache.commons.collections4.map that implement UnmodifiableModifier and TypeClassDescriptionfinal classUnmodifiableEntrySet<K,V> Decorates a map entrySetto ensure it can't be altered.final classUnmodifiableMap<K,V> Decorates anotherMapto ensure it can't be altered.final classDecorates anotherOrderedMapto ensure it can't be altered.final classDecorates anotherSortedMapto ensure it can't be altered.
- 
Uses of Unmodifiable in org.apache.commons.collections4.multimapClasses in org.apache.commons.collections4.multimap that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherMultiValuedMapto ensure it can't be altered.
- 
Uses of Unmodifiable in org.apache.commons.collections4.multisetClasses in org.apache.commons.collections4.multiset that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherMultiSetto ensure it can't be altered.
- 
Uses of Unmodifiable in org.apache.commons.collections4.queueClasses in org.apache.commons.collections4.queue that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherQueueto ensure it can't be altered.
- 
Uses of Unmodifiable in org.apache.commons.collections4.setClasses in org.apache.commons.collections4.set that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherNavigableSetto ensure it can't be altered.final classDecorates anotherSetto ensure it can't be altered.final classDecorates anotherSortedSetto ensure it can't be altered.
- 
Uses of Unmodifiable in org.apache.commons.collections4.trieClasses in org.apache.commons.collections4.trie that implement Unmodifiable