Interface IContainer.Persistable<E>

All Superinterfaces:
IContainer<E>, INotifier
All Known Implementing Classes:
ListContainer, PersistableContainer, SetContainer
Enclosing interface:
IContainer<E>

public static interface IContainer.Persistable<E> extends IContainer<E>
A container with additional methods to add or remove elements.
Since:
3.5
Author:
Eike Stepper