public class LinkedList
extends org.datanucleus.store.types.wrappers.LinkedList
delegate, 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 |
|---|---|
void |
forEach(java.util.function.Consumer action) |
java.util.stream.Stream |
parallelStream() |
boolean |
removeIf(java.util.function.Predicate filter) |
void |
replaceAll(java.util.function.UnaryOperator operator) |
void |
sort(Comparator c) |
Spliterator |
spliterator() |
java.util.stream.Stream |
stream() |
add, add, addAll, addAll, addFirst, addLast, attachCopy, clear, clone, contains, containsAll, detachCopy, equals, get, getFieldName, getFirst, getLast, getOwner, getValue, hashCode, indexOf, initialise, initialise, initialise, isEmpty, isLoaded, iterator, lastIndexOf, listIterator, load, makeDirty, remove, remove, remove, removeAll, removeFirst, removeLast, retainAll, set, set, setValue, size, subList, toArray, toArray, unsetOwner, updateEmbeddedElement, writeReplacedescendingIterator, element, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, removeFirstOccurrence, removeLastOccurrencelistIterator, removeRangetoStringfinalize, getClass, notify, notifyAll, wait, wait, waitlistIteratorpublic LinkedList(org.datanucleus.state.ObjectProvider ownerOP,
org.datanucleus.metadata.AbstractMemberMetaData mmd)
ownerOP - The owner ObjectProvidermmd - Metadata for the memberpublic java.util.stream.Stream stream()
public java.util.stream.Stream parallelStream()
public void forEach(java.util.function.Consumer action)
public Spliterator spliterator()
spliterator in interface Iterablespliterator in interface Collectionspliterator in interface Listspliterator in class LinkedListpublic boolean removeIf(java.util.function.Predicate filter)
public void replaceAll(java.util.function.UnaryOperator operator)
public void sort(Comparator c)
Copyright © 2016. All rights reserved.