Uses of Interface
org.apache.commons.collections4.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
-
Uses of Unmodifiable in org.apache.commons.collections4.bidimap
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionfinal class
UnmodifiableMapEntry<K,
V> AMap.Entry
that throws UnsupportedOperationException whensetValue
is called. -
Uses of Unmodifiable in org.apache.commons.collections4.list
Modifier and TypeClassDescriptionfinal class
Decorates anotherList
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.map
Modifier 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
Modifier and TypeClassDescriptionfinal class
Decorates anotherMultiValuedMap
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.multiset
Modifier and TypeClassDescriptionfinal class
Decorates anotherMultiSet
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.queue
Modifier and TypeClassDescriptionfinal class
Decorates anotherQueue
to ensure it can't be altered. -
Uses of Unmodifiable in org.apache.commons.collections4.set
Modifier 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