public class LinkedList
extends org.datanucleus.store.types.wrappers.backed.LinkedList
allowNulls, backingStore, isCacheLoaded, useCachedelegate, ownerMmd, ownerOPmodCount| Constructor and Description |
|---|
LinkedList(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, addFirst, addLast, clear, clone, contains, containsAll, equals, get, getBackingStore, getFirst, getLast, getValue, hashCode, indexOf, initialise, initialise, initialise, isEmpty, isLoaded, iterator, lastIndexOf, listIterator, load, loadFromStore, remove, remove, remove, removeAll, removeFirst, removeLast, retainAll, set, set, size, subList, toArray, toArray, unsetOwner, updateEmbeddedElement, writeReplaceattachCopy, detachCopy, getFieldName, getOwner, makeDirty, setValuedescendingIterator, element, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, removeFirstOccurrence, removeLastOccurrencelistIterator, removeRangetoStringfinalize, getClass, notify, notifyAll, wait, wait, waitlistIterator, replaceAll, sortremoveIfpublic LinkedList(org.datanucleus.state.ObjectProvider ownerOP,
org.datanucleus.metadata.AbstractMemberMetaData mmd)
ownerOP - The owner ObjectProvidermmd - Metadata for the memberpublic Spliterator spliterator()
spliterator in interface Iterablespliterator in interface Collectionspliterator in interface Listspliterator in class LinkedListpublic java.util.stream.Stream stream()
public java.util.stream.Stream parallelStream()
Copyright © 2016. All rights reserved.