Interface IndexedElementContainer<E>

All Superinterfaces:
ElementContainer

public interface IndexedElementContainer<E> extends ElementContainer
A container that allows random access by position.
Since:
4.4
Author:
[email protected]
  • Method Summary

    Modifier and Type
    Method
    Description
    getElement(int index)
     
    void
    setElement(int index, E element)
     

    Methods inherited from interface org.infinispan.protostream.containers.ElementContainer

    getNumElements
  • Method Details

    • getElement

      E getElement(int index)
    • setElement

      void setElement(int index, E element)