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.bag
Classes in org.apache.commons.collections4.bag that implement Unmodifiable -
Uses of Unmodifiable in org.apache.commons.collections4.bidimap
Classes in org.apache.commons.collections4.bidimap that implement UnmodifiableModifier and TypeClassDescriptionfinal class
UnmodifiableBidiMap<K,
V> 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.collections4.collection
Classes in org.apache.commons.collections4.collection that implement UnmodifiableModifier and TypeClassDescriptionfinal class
UnmodifiableBoundedCollection
decorates anotherBoundedCollection
to ensure it can't be altered.final class
Decorates anotherCollection
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.iterators
Classes in org.apache.commons.collections4.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.collections4.keyvalue
Classes in org.apache.commons.collections4.keyvalue that implement UnmodifiableModifier and TypeClassDescriptionfinal class
UnmodifiableMapEntry<K,
V> AMap.Entry
that throws UnsupportedOperationException whensetValue
is called. -
Uses of Unmodifiable in org.apache.commons.collections4.list
Classes in org.apache.commons.collections4.list that implement UnmodifiableModifier and TypeClassDescriptionfinal class
Decorates anotherList
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.map
Classes in org.apache.commons.collections4.map that implement UnmodifiableModifier and TypeClassDescriptionfinal class
UnmodifiableEntrySet<K,
V> Decorates a map entrySet
to ensure it can't be altered.final class
UnmodifiableMap<K,
V> 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.collections4.multimap
Classes in org.apache.commons.collections4.multimap that implement UnmodifiableModifier and TypeClassDescriptionfinal class
Decorates anotherMultiValuedMap
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.multiset
Classes in org.apache.commons.collections4.multiset that implement UnmodifiableModifier and TypeClassDescriptionfinal class
Decorates anotherMultiSet
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.queue
Classes in org.apache.commons.collections4.queue that implement UnmodifiableModifier and TypeClassDescriptionfinal class
Decorates anotherQueue
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.set
Classes in org.apache.commons.collections4.set that implement UnmodifiableModifier and TypeClassDescriptionfinal class
Decorates anotherNavigableSet
to ensure it can't be altered.final class
Decorates anotherSet
to ensure it can't be altered.final class
Decorates anotherSortedSet
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.trie
Classes in org.apache.commons.collections4.trie that implement Unmodifiable