Interface Elements.MutableElements<E>

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

public static interface Elements.MutableElements<E> extends Elements.ClearableElements<E>
Extends the Elements with mutable (writable) functionality, ehttps://www.metacodes.proly by enabling the Iterator.remove() method in the Iterator provided via iterator() and by providing the add(Object) and the remove(Object) methods.