Uses of Interface
org.apache.commons.collections.Unmodifiable
Packages that use Unmodifiable
Package
Description
This package contains implementations of the
Buffer interface.
This package contains implementations of the
Collection interface.
This package contains implementations of the
Iterator interface.
This package contains implementations of collection and map related key/value classes.
This package contains implementations of the
List interface.-
Uses of Unmodifiable in org.apache.commons.collections.bag
Classes in org.apache.commons.collections.bag that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherBagto ensure it can't be altered.final classDecorates anotherSortedBagto ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates 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.collections.buffer
Classes in org.apache.commons.collections.buffer that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherBufferto ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections.collection
Classes in org.apache.commons.collections.collection that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherCollectionto ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections.iterators
Classes in org.apache.commons.collections.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.collections.keyvalue
Classes in org.apache.commons.collections.keyvalue that implement UnmodifiableModifier and TypeClassDescriptionfinal classAMap.Entrythat throws UnsupportedOperationException whensetValueis called. -
Uses of Unmodifiable in org.apache.commons.collections.list
Classes in org.apache.commons.collections.list that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherListto ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections.map
Classes in org.apache.commons.collections.map that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates a map entrySetto ensure it can't be altered.final classDecorates 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.collections.set
Classes in org.apache.commons.collections.set that implement UnmodifiableModifier and TypeClassDescriptionfinal classDecorates anotherSetto ensure it can't be altered.final classDecorates anotherSortedSetto ensure it can't be altered.