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, removeMethods inherited from class org.datanucleus.store.types.containers.ElementContainerAdapter
setContainerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
JDKListAdapter
-
-
Method Details
-
update
- Specified by:
updatein interfaceSequenceAdapter
-