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 class
Based on Apache Collections 3.2 implementationprivate final class
Based on Apache Collections 3.2 implementation. -
Field Summary
FieldsFields 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
-
Field Details
-
buffer
-
-
Constructor Details
-
ArrayAdapter
-
-
Method Details
-
iterator
-
getContainer
- Specified by:
getContainer
in interfaceContainerAdapter<C>
- Overrides:
getContainer
in classElementContainerAdapter<C>
-
clear
public void clear()- Specified by:
clear
in interfaceContainerAdapter<C>
-
add
- Specified by:
add
in classElementContainerAdapter<C>
-
remove
- Specified by:
remove
in classElementContainerAdapter<C>
-
getBuffer
-
update
- Specified by:
update
in interfaceSequenceAdapter
-