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 class
Decorates anotherBag
to ensure it can't be altered.final class
Decorates anotherSortedBag
to 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 class
Decorates anotherBidiMap
to ensure it can't be altered.final class
Decorates anotherOrderedBidiMap
to ensure it can't be altered.final class
Decorates anotherSortedBidiMap
to 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 class
Decorates anotherBuffer
to 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 class
Decorates anotherCollection
to 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 class
Decorates an iterator such that it cannot be modified.final class
Decorates a list iterator such that it cannot be modified.final class
Decorates a map iterator such that it cannot be modified.final class
Decorates 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 class
AMap.Entry
that throws UnsupportedOperationException whensetValue
is called. -
Uses of Unmodifiable in org.apache.commons.collections.list
Classes in org.apache.commons.collections.list that implement UnmodifiableModifier and TypeClassDescriptionfinal class
Decorates anotherList
to 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 class
Decorates a map entrySet
to ensure it can't be altered.final class
Decorates anotherMap
to ensure it can't be altered.final class
Decorates anotherOrderedMap
to ensure it can't be altered.final class
Decorates anotherSortedMap
to 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 class
Decorates anotherSet
to ensure it can't be altered.final class
Decorates anotherSortedSet
to ensure it can't be altered.