Class ArrayAdapter<C>
java.lang.Object
org.datanucleus.store.types.containers.ElementContainerAdapter<C>
org.datanucleus.store.types.containers.ArrayAdapter<C>
- All Implemented Interfaces:
Iterable<Object>, ContainerAdapter<C>, SequenceAdapter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classBased on Apache Collections 3.2 implementationprivate final classBased on Apache Collections 3.2 implementation. -
Field Summary
FieldsFields 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
-
Field Details
-
buffer
-
-
Constructor Details
-
ArrayAdapter
-
-
Method Details
-
iterator
-
getContainer
- Specified by:
getContainerin interfaceContainerAdapter<C>- Overrides:
getContainerin classElementContainerAdapter<C>
-
clear
public void clear()- Specified by:
clearin interfaceContainerAdapter<C>
-
add
- Specified by:
addin classElementContainerAdapter<C>
-
remove
- Specified by:
removein classElementContainerAdapter<C>
-
getBuffer
-
update
- Specified by:
updatein interfaceSequenceAdapter
-