Interface IterableElementContainer<E>

All Superinterfaces:
ElementContainer

public interface IterableElementContainer<E> extends ElementContainer
A container that allows sequential access. Appending at the end is allowed.
Since:
4.4
  • Method Details

    • getIterator

      Iterator<E> getIterator()
    • appendElement

      void appendElement(E element)