Class JAXBListWrapper
java.lang.Object
org.eclipse.persistence.sdo.helper.ListWrapper
org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable
,Collection
,List
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.persistence.sdo.helper.ListWrapper
currentElements, dataObject, property
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
INTERNAL: Shallow copy elementsINTERNAL:protected void
updateContainment
(Object item, boolean updateSequence) INTERNAL:protected void
updateContainment
(Collection items, boolean updateSequence) Methods inherited from class org.eclipse.persistence.sdo.helper.ListWrapper
add, add, add, add, addAll, addAll, addAll, addAll, clear, clear, clone, contains, containsAll, get, indexOf, isEmpty, isLogging, iterator, lastIndexOf, listIterator, listIterator, remove, remove, remove, remove, removeAll, removeAll, removeContainment, removeContainment, retainAll, set, setCurrentElements, size, subList, toArray, toArray, undoChanges, updateSequence, writeReplace
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
JAXBListWrapper
-
-
Method Details
-
copyElements
protected void copyElements()Description copied from class:ListWrapper
INTERNAL: Shallow copy elements- Overrides:
copyElements
in classListWrapper
-
getCurrentElements
Description copied from class:ListWrapper
INTERNAL:- Overrides:
getCurrentElements
in classListWrapper
- Returns:
-
updateContainment
Description copied from class:ListWrapper
INTERNAL:- Overrides:
updateContainment
in classListWrapper
-
updateContainment
- Overrides:
updateContainment
in classListWrapper
-