Interface ContainerAdapter<C>

Type Parameters:
C - The container class
All Superinterfaces:
Iterable<Object>
All Known Subinterfaces:
MapContainerAdapter<C>
All Known Implementing Classes:
ArrayAdapter, ElementContainerAdapter, JDKCollectionAdapter, JDKListAdapter, JDKMapAdapter, OptionalAdapter

public interface ContainerAdapter<C> extends Iterable<Object>
An adapter for container classes allowing DN to operate on them in a generic form instead of depending directly on the JDK containers.
  • Method Details

    • getContainer

      C getContainer()
    • clear

      void clear()