Interface IterableElementContainerAdapter<C,E>

All Superinterfaces:
ElementContainerAdapter<C>

public interface IterableElementContainerAdapter<C,E> extends ElementContainerAdapter<C>
A container that allows sequential access. Appending at the end is allowed.
Since:
4.4
Author:
[email protected]
  • Method Details

    • getElements

      Iterator<E> getElements(C container)
    • appendElement

      void appendElement(C container, E element)