Uses of Interface
org.apache.commons.collections.Unmodifiable
-
Packages that use Unmodifiable Package Description org.apache.commons.collections.bag org.apache.commons.collections.bidimap org.apache.commons.collections.buffer This package contains implementations of theBufferinterface.org.apache.commons.collections.collection This package contains implementations of theCollectioninterface.org.apache.commons.collections.iterators This package contains implementations of theIteratorinterface.org.apache.commons.collections.keyvalue This package contains implementations of collection and map related key/value classes.org.apache.commons.collections.list This package contains implementations of theListinterface.org.apache.commons.collections.map org.apache.commons.collections.set This package contains implementations of theSetandSortedSetinterfaces. -
-
Uses of Unmodifiable in org.apache.commons.collections.bag
Classes in org.apache.commons.collections.bag that implement Unmodifiable Modifier and Type Class Description classUnmodifiableBagDecorates anotherBagto ensure it can't be altered.classUnmodifiableSortedBagDecorates 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 Unmodifiable Modifier and Type Class Description classUnmodifiableBidiMapDecorates anotherBidiMapto ensure it can't be altered.classUnmodifiableOrderedBidiMapDecorates anotherOrderedBidiMapto ensure it can't be altered.classUnmodifiableSortedBidiMapDecorates 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 Unmodifiable Modifier and Type Class Description classUnmodifiableBufferDecorates 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 Unmodifiable Modifier and Type Class Description classUnmodifiableCollectionDecorates 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 Unmodifiable Modifier and Type Class Description classUnmodifiableIteratorDecorates an iterator such that it cannot be modified.classUnmodifiableListIteratorDecorates a list iterator such that it cannot be modified.classUnmodifiableMapIteratorDecorates a map iterator such that it cannot be modified.classUnmodifiableOrderedMapIteratorDecorates 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 Unmodifiable Modifier and Type Class Description classUnmodifiableMapEntryAMap.Entrythat throws UnsupportedOperationException whensetValueis called. -
Uses of Unmodifiable in org.apache.commons.collections.list
Classes in org.apache.commons.collections.list that implement Unmodifiable Modifier and Type Class Description classUnmodifiableListDecorates 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 Unmodifiable Modifier and Type Class Description classUnmodifiableEntrySetDecorates a map entrySetto ensure it can't be altered.classUnmodifiableMapDecorates anotherMapto ensure it can't be altered.classUnmodifiableOrderedMapDecorates anotherOrderedMapto ensure it can't be altered.classUnmodifiableSortedMapDecorates 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 Unmodifiable Modifier and Type Class Description classUnmodifiableSetDecorates anotherSetto ensure it can't be altered.classUnmodifiableSortedSetDecorates anotherSortedSetto ensure it can't be altered.
-