See: Description
| Interface | Description |
|---|---|
| FreezableList<E> |
This interface models a
list that can be frozen. |
| ReadOnlyList<E> |
This interface provides read-only access to
lists and should never be cast away (unless external code requires it). |
| Class | Description |
|---|---|
| BackedFreezableList<E> |
This class implements a
set that can be frozen. |
| FreezableArrayList<E> |
This class extends the
ArrayList and makes it freezable. |
| FreezableLinkedList<E> |
This class extends the
LinkedList and makes it freezable. |
| ReadOnlyListConverter<E> |
Copyright © 2017. All rights reserved.