E - The type of the elements being stored in the
Container.MutableContainer.public interface Container<E> extends Elements<E>, Containable
Container (collection)
style class.| Modifier and Type | Interface and 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 © 2017. All rights reserved.