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 ElementContainerAdapter
container -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
JDKCollectionAdapter
-
-
Method Details
-
iterator
-
getContainer
- Specified by:
getContainerin interfaceContainerAdapter<C extends Collection>- Overrides:
getContainerin classElementContainerAdapter<C extends Collection>
-
clear
public void clear() -
add
- Specified by:
addin classElementContainerAdapter<C extends Collection>
-
remove
- Specified by:
removein classElementContainerAdapter<C extends Collection>
-