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