Uses of Interface org.apache.commons.collections.Unmodifiable

Uses in package org.apache.commons.collections.set

Classes implementing org.apache.commons.collections.Unmodifiable

class
Decorates another Set to ensure it can't be altered.
class
Decorates another SortedSet to ensure it can't be altered.

Uses in package org.apache.commons.collections.list

Classes implementing org.apache.commons.collections.Unmodifiable

class
Decorates another List to ensure it can't be altered.

Uses in package org.apache.commons.collections.iterators

Classes implementing org.apache.commons.collections.Unmodifiable

class
Decorates an iterator such that it cannot be modified.
class
Decorates a list iterator such that it cannot be modified.
class
Decorates a map iterator such that it cannot be modified.
class
Decorates an ordered map iterator such that it cannot be modified.

Uses in package org.apache.commons.collections.bidimap

Classes implementing org.apache.commons.collections.Unmodifiable

class
Decorates another BidiMap to ensure it can't be altered.
class
Decorates another OrderedBidiMap to ensure it can't be altered.
class
Decorates another SortedBidiMap to ensure it can't be altered.

Uses in package org.apache.commons.collections.buffer

Classes implementing org.apache.commons.collections.Unmodifiable

class
Decorates another Buffer to ensure it can't be altered.

Uses in package org.apache.commons.collections.bag

Classes implementing org.apache.commons.collections.Unmodifiable

class
Decorates another Bag to ensure it can't be altered.
class
Decorates another SortedBag to ensure it can't be altered.

Uses in package org.apache.commons.collections.map

Classes implementing org.apache.commons.collections.Unmodifiable

class
Decorates a map entry Set to ensure it can't be altered.
class
Decorates another Map to ensure it can't be altered.
class
Decorates another OrderedMap to ensure it can't be altered.
class
Decorates another SortedMap to ensure it can't be altered.

Uses in package org.apache.commons.collections.collection

Classes implementing org.apache.commons.collections.Unmodifiable

class
Decorates another Collection to ensure it can't be altered.

Uses in package org.apache.commons.collections.keyvalue

Classes implementing org.apache.commons.collections.Unmodifiable

class
A java.util.Map.Entry that throws UnsupportedOperationException when setValue is called.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.