Class JDKCollectionAdapter<C extends Collection>

java.lang.Object
org.datanucleus.store.types.containers.ElementContainerAdapter<C>
org.datanucleus.store.types.containers.JDKCollectionAdapter<C>
All Implemented Interfaces:
Iterable<Object>, ContainerAdapter<C>
Direct Known Subclasses:
JDKListAdapter

public class JDKCollectionAdapter<C extends Collection> extends ElementContainerAdapter<C>