Frames | No Frames |
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. |
Classes implementing org.apache.commons.collections.Unmodifiable | |
class | Decorates another List to ensure it can't be altered. |
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. |
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. |
Classes implementing org.apache.commons.collections.Unmodifiable | |
class | Decorates another Buffer to ensure it can't be altered. |
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. |
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. |
Classes implementing org.apache.commons.collections.Unmodifiable | |
class | Decorates another Collection to ensure it can't be altered. |
Classes implementing org.apache.commons.collections.Unmodifiable | |
class | A java.util.Map.Entry that throws UnsupportedOperationException
when setValue is called. |