E - The type of the elements being stored in the
Container.MutableContainer.Containable, Elements<E>Container.ClearableContainer<E>, Container.MutableContainer<E>public interface Container<E> extends Elements<E>, Containable
Container (collection)
style class.| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Container.ClearableContainer<E> |
|
static interface |
Container.MutableContainer<E> |
Extends the
Container with mutable (writable) functionality,
especially by enabling the Iterator.remove() method in the
Iterator provided via Elements.iterator(). |
Elements.ClearableElements<E>, Elements.MutableElements<E>Copyright © 2021. All rights reserved.