Interface IterableElementContainerAdapter<C,E>
- All Superinterfaces:
ElementContainerAdapter<C>
- All Known Implementing Classes:
AbstractCollectionAdapter,ArrayListAdapter,ArrayListAdapter$___Marshaller_644b926b0d3f3b832ca16b720ed12a15fdedccbf32741bf201b2c4bb4245d40c,HashSetAdapter,HashSetAdapter$___Marshaller_8c8590f067b48c89786f806c854631dcda9ec51e3bb7bc9d1443e766b42528e5,LinkedHashSetAdapter,LinkedHashSetAdapter$___Marshaller_9b53184602fef089e9e4985d9377d119fb6c43d6ecdad053783158fc77366258,LinkedListAdapter,LinkedListAdapter$___Marshaller_75b3edb34545a5996584d2232b4cdaee9246a14dfce17b0b896db6e2a36aa394,TreeSetAdapter,TreeSetAdapter$___Marshaller_ff7f1d0cf938c9fb1f58960436c346945aa2db13c7095c716649931211c61c5e
A container that allows sequential access. Appending at the end is allowed.
- Since:
- 4.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendElement(C container, E element) getElements(C container) Methods inherited from interface org.infinispan.protostream.containers.ElementContainerAdapter
getNumElements
-
Method Details
-
getElements
-
appendElement
-