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:
    anistor@redhat.com
    • Method Detail

      • getElements

        Iterator<E> getElements​(C container)
      • appendElement

        void appendElement​(C container,
                           E element)