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