Interface IterableElementContainerAdapter<C,E>

All Superinterfaces:
ElementContainerAdapter<C>
All Known Implementing Classes:
AbstractCollectionAdapter, ArrayListAdapter, HashSetAdapter, LinkedHashSetAdapter, LinkedListAdapter, TreeSetAdapter

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

    • getElements

      Iterator<E> getElements(C container)
    • appendElement

      void appendElement(C container, E element)