Module org.eclipse.persistence.sdo
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidINTERNAL: Shallow copy elementsINTERNAL:protected voidupdateContainment(Object item, boolean updateSequence) INTERNAL:protected voidupdateContainment(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, writeReplaceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
JAXBListWrapper
-
-
Method Details
-
copyElements
protected void copyElements()Description copied from class:ListWrapperINTERNAL: Shallow copy elements- Overrides:
copyElementsin classListWrapper
-
getCurrentElements
Description copied from class:ListWrapperINTERNAL:- Overrides:
getCurrentElementsin classListWrapper- Returns:
-
updateContainment
Description copied from class:ListWrapperINTERNAL:- Overrides:
updateContainmentin classListWrapper
-
updateContainment
- Overrides:
updateContainmentin classListWrapper
-