public class List
extends org.datanucleus.store.types.wrappers.backed.List
allowNulls, backingStore, isCacheLoaded, useCachemodCount| Constructor and Description |
|---|
List(org.datanucleus.state.ObjectProvider ownerOP,
org.datanucleus.metadata.AbstractMemberMetaData mmd)
Constructor, using the ObjectProvider of the "owner" and the field name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream |
parallelStream() |
Spliterator |
spliterator() |
java.util.stream.Stream |
stream() |
add, add, addAll, addAll, clear, clone, contains, containsAll, equals, get, getBackingStore, getValue, hashCode, indexOf, initialise, initialise, initialise, isEmpty, isLoaded, iterator, lastIndexOf, listIterator, listIterator, load, loadFromStore, remove, remove, remove, removeAll, retainAll, set, set, size, subList, toArray, toArray, unsetOwner, updateEmbeddedElement, writeReplaceattachCopy, detachCopy, getFieldName, getOwner, makeDirty, setValueremoveRangetoStringfinalize, getClass, notify, notifyAll, wait, wait, waitreplaceAll, sortremoveIfpublic List(org.datanucleus.state.ObjectProvider ownerOP,
org.datanucleus.metadata.AbstractMemberMetaData mmd)
ownerOP - The owner ObjectProvidermmd - Metadata for the memberpublic Spliterator spliterator()
public java.util.stream.Stream stream()
public java.util.stream.Stream parallelStream()
Copyright © 2016. All rights reserved.