Interface IterableElementContainerAdapter<C,E>
- All Superinterfaces:
ElementContainerAdapter<C>
- All Known Implementing Classes:
AbstractCollectionAdapter, ArrayListAdapter, HashSetAdapter, LinkedHashSetAdapter, LinkedListAdapter, TreeSetAdapter
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 ElementContainerAdapter
getNumElements
-
Method Details
-
getElements
-
appendElement
-