| Interface | Description |
|---|---|
| Immutable |
This interface denotes a collection or other object as being unmodifiable.
|
| Class | Description |
|---|---|
| ImmutableAbstractCollection<E> |
Wraps a collection such that it cannot be modified.
|
| ImmutableArrayList<E> |
Wraps a list such that it cannot be modified.
|
| ImmutableIterator<E> |
Wraps an iterator such that it cannot be modified.
|
| ImmutableLinkedHashSet<E> |
Wraps a set such that it cannot be modified.
|
| ImmutableListIterator<E> |
Wraps a list iterator such that it cannot be modified.
|
| Error | Description |
|---|---|
| ImmutableModifiedThroughReflectionException |
This exception is thrown when an unmodifiable list is modified illegally
through exception.
|
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.