public class Stack
extends org.datanucleus.store.types.wrappers.Stack
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
Stack(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 |
ensureCapacity(int minCapacity) |
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() |
void |
trimToSize() |
add, add, addAll, addAll, addElement, attachCopy, clear, clone, contains, detachCopy, empty, equals, get, getFieldName, getOwner, getValue, hashCode, indexOf, initialise, initialise, initialise, isEmpty, isLoaded, iterator, lastIndexOf, listIterator, listIterator, load, makeDirty, peek, pop, push, remove, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, set, setElementAt, setValue, size, subList, toArray, toArray, unsetOwner, updateEmbeddedElement, writeReplacecapacity, containsAll, copyInto, elementAt, elements, firstElement, indexOf, insertElementAt, lastElement, lastIndexOf, removeRange, setSize, toStringpublic Stack(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 trimToSize()
trimToSize in class Vectorpublic void ensureCapacity(int minCapacity)
ensureCapacity in class Vectorpublic void forEach(java.util.function.Consumer action)
public Spliterator spliterator()
spliterator in interface Iterablespliterator in interface Collectionspliterator in interface Listspliterator in class Vectorpublic boolean removeIf(java.util.function.Predicate filter)
removeIf in interface CollectionremoveIf in class Vectorpublic void replaceAll(java.util.function.UnaryOperator operator)
replaceAll in interface ListreplaceAll in class Vectorpublic void sort(Comparator c)
Copyright © 2016. All rights reserved.