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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EgetElement(int index)voidsetElement(int index, E element)-
Methods inherited from interface org.infinispan.protostream.containers.ElementContainer
getNumElements
-
-