Interface Container<E>

Type Parameters:
E - The type of the elements being stored in the Container.MutableContainer.
All Superinterfaces:
Containable, Elements<E>, org.refcodes.mixin.EmptyAccessor
All Known Subinterfaces:
Container.ClearableContainer<E>, Container.MutableContainer<E>

public interface Container<E> extends Elements<E>, Containable
Basic functionality being provided by any Container (collection) style class.