Interface ContainerAdapter<C>
- Type Parameters:
C- The container class
- All Known Subinterfaces:
MapContainerAdapter<C>
- All Known Implementing Classes:
ArrayAdapter, ElementContainerAdapter, JDKCollectionAdapter, JDKListAdapter, JDKMapAdapter, OptionalAdapter
-
Method Summary
Methods inherited from interface Iterable
forEach, iterator, spliterator
-
Method Details
-
getContainer
C getContainer() -
clear
void clear()
-