Class JDKListAdapter<C extends List>
java.lang.Object
org.datanucleus.store.types.containers.ElementContainerAdapter<C>
org.datanucleus.store.types.containers.JDKCollectionAdapter<C>
org.datanucleus.store.types.containers.JDKListAdapter<C>
- All Implemented Interfaces:
Iterable<Object>
,ContainerAdapter<C>
,SequenceAdapter
public class JDKListAdapter<C extends List>
extends JDKCollectionAdapter<C>
implements SequenceAdapter
-
Field Summary
Fields inherited from class org.datanucleus.store.types.containers.ElementContainerAdapter
container
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.datanucleus.store.types.containers.JDKCollectionAdapter
add, clear, getContainer, iterator, remove
Methods inherited from class org.datanucleus.store.types.containers.ElementContainerAdapter
setContainer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
JDKListAdapter
-
-
Method Details
-
update
- Specified by:
update
in interfaceSequenceAdapter
-