Class ElementContainerAdapter<C>
java.lang.Object
org.datanucleus.store.types.containers.ElementContainerAdapter<C>
- All Implemented Interfaces:
Iterable<Object>
,ContainerAdapter<C>
- Direct Known Subclasses:
ArrayAdapter
,JDKCollectionAdapter
,OptionalAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
abstract void
protected void
setContainer
(C container) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.datanucleus.store.types.containers.ContainerAdapter
clear
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Field Details
-
container
-
-
Constructor Details
-
ElementContainerAdapter
-
-
Method Details
-
getContainer
- Specified by:
getContainer
in interfaceContainerAdapter<C>
-
setContainer
-
add
-
remove
-