public class SortedSet
extends org.datanucleus.store.types.wrappers.backed.SortedSet
| Constructor and Description |
|---|
SortedSet(org.datanucleus.state.ObjectProvider op,
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, addAll, clear, clone, comparator, contains, containsAll, equals, first, getBackingStore, getValue, hashCode, headSet, initialise, initialise, initialise, isEmpty, isLoaded, iterator, last, load, loadFromStore, remove, remove, removeAll, retainAll, size, subSet, tailSet, toArray, toArray, unsetOwner, updateEmbeddedElement, writeReplaceattachCopy, detachCopy, getFieldName, getOwner, initialiseDelegate, makeDirty, setValuetoStringfinalize, getClass, notify, notifyAll, wait, wait, waitremoveIfpublic SortedSet(org.datanucleus.state.ObjectProvider op,
org.datanucleus.metadata.AbstractMemberMetaData mmd)
op - 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.