Interface IndexedElementContainer<E>

  • All Superinterfaces:
    ElementContainer

    public interface IndexedElementContainer<E>
    extends ElementContainer
    A container that allows random access by position.
    Since:
    4.4
    Author:
    anistor@redhat.com
    • Method Detail

      • getElement

        E getElement​(int index)
      • setElement

        void setElement​(int index,
                        E element)