| Class | Description |
|---|---|
| DelegateList<E> |
A list which delegates all calls to the given list.
|
| DelegateListenerList<E> |
A list which delegates all calls to the given list.
All mutation methods will call the given listeners. The listeners will be called before the mutation is applied to the list. |