Interface Container.MutableContainer<E>

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

public static interface Container.MutableContainer<E> extends Container.ClearableContainer<E>, Elements.MutableElements<E>
Extends the Container with mutable (writable) functionality, ehttps://www.metacodes.proly by enabling the Iterator.remove() method in the Iterator provided via Elements.iterator().