Class JDKCollectionAdapter<C extends Collection>
java.lang.Object
org.datanucleus.store.types.containers.ElementContainerAdapter<C>
org.datanucleus.store.types.containers.JDKCollectionAdapter<C>
- All Implemented Interfaces:
Iterable<Object>
,ContainerAdapter<C>
- Direct Known Subclasses:
JDKListAdapter
-
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
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
-
JDKCollectionAdapter
-
-
Method Details
-
iterator
-
getContainer
- Specified by:
getContainer
in interfaceContainerAdapter<C extends Collection>
- Overrides:
getContainer
in classElementContainerAdapter<C extends Collection>
-
clear
public void clear() -
add
- Specified by:
add
in classElementContainerAdapter<C extends Collection>
-
remove
- Specified by:
remove
in classElementContainerAdapter<C extends Collection>
-