class |
UnmodifiableCollection<E> |
Decorates another Collection to ensure it can't be altered.
|
class |
UnmodifiableEntrySet<K,V> |
Decorates a map entry Set to ensure it can't be altered.
|
class |
UnmodifiableIterator<E> |
Decorates an iterator such that it cannot be modified.
|
class |
UnmodifiableList<E> |
Decorates another List to ensure it can't be altered.
|
class |
UnmodifiableListIterator<E> |
Decorates a list iterator such that it cannot be modified.
|
class |
UnmodifiableMapEntry<K,V> |
A Map.Entry that throws
UnsupportedOperationException when setValue is called.
|
class |
UnmodifiableOrderedMap<K,V> |
Decorates another OrderedMap to ensure it can't be altered.
|
class |
UnmodifiableOrderedMapIterator<K,V> |
Decorates an ordered map iterator such that it cannot be modified.
|
class |
UnmodifiableSet<E> |
Decorates another Set to ensure it can't be altered.
|