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

      • appendElement

        void appendElement​(E element)