Class OptionalAdapter
java.lang.Object
org.datanucleus.store.types.containers.ElementContainerAdapter<Optional>
org.datanucleus.store.types.containers.OptionalAdapter
- All Implemented Interfaces:
Iterable<Object>
,ContainerAdapter<Optional>
-
Nested Class Summary
Nested Classes -
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.ElementContainerAdapter
getContainer, 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
-
OptionalAdapter
-
-
Method Details
-
clear
public void clear() -
iterator
-
add
- Specified by:
add
in classElementContainerAdapter<Optional>
-
remove
- Specified by:
remove
in classElementContainerAdapter<Optional>
-