Interface ContainerAdapter<C>
- Type Parameters:
C
- The container class
- All Known Subinterfaces:
MapContainerAdapter<C>
- All Known Implementing Classes:
ArrayAdapter
,ElementContainerAdapter
,JDKCollectionAdapter
,JDKListAdapter
,JDKMapAdapter
,OptionalAdapter
An adapter for container classes allowing DN to operate on them in a generic form instead of
depending directly on the JDK containers.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getContainer
C getContainer() -
clear
void clear()
-