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 ElementContainerAdapter
container -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JDKCollectionAdapter
add, clear, getContainer, iterator, removeMethods inherited from class ElementContainerAdapter
setContainerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
JDKListAdapter
-
-
Method Details
-
update
- Specified by:
updatein interfaceSequenceAdapter
-