public interface XPutGetEnum<E> extends XGettingEnum<E>, XPuttingEnum<E>, XPutGetSet<E>, XPutGetSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPutGetEnum.Creator<E> |
XPutGetSet.Factory<E>XPutGetSequence.Factory<E>| Modifier and Type | Method and Description |
|---|---|
XPutGetEnum<E> |
addAll(E... elements) |
XPutGetEnum<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPutGetEnum<E> |
addAll(XGettingCollection<? extends E> elements) |
XPutGetEnum<E> |
copy()
Creates a true copy of this collection which references the same elements as this collection does
at the time the method is called.
|
XPutGetEnum<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetEnum<E> |
putAll(E[] elements,
int srcStartIndex,
int srcLength)
Adds the specified elements to this collection if it is not already present (optional operation).
Only the elements with indizes from the srcStartIndex to the srcStartIndex+srcLength are put in the collection. |
XPutGetEnum<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetEnum<E> |
toReversed()
Creates a new
XGettingSequence with the reversed order of elements. |
immure, iterate, range, view, viewputGet, replaceaddGet, deduplicateat, copySelection, first, get, hasIndex, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scaniterateIndexednullPut, putaccept, add, collector, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizeXPutGetEnum<E> putAll(E... elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XPutGetCollection<E>putAll in interface XPutGetSequence<E>putAll in interface XPutGetSet<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingEnum<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addXPutGetEnum<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XPutGetCollection<E>putAll in interface XPutGetSequence<E>putAll in interface XPutGetSet<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingEnum<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addsrcStartIndex - start index of elements-array to add to collectionsrcLength - length of elements-array to add to collectionXPutGetEnum<E> putAll(XGettingCollection<? extends E> elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XPutGetCollection<E>putAll in interface XPutGetSequence<E>putAll in interface XPutGetSet<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingEnum<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addXPutGetEnum<E> addAll(E... elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddGetSet<E>addAll in interface XAddingCollection<E>addAll in interface XAddingEnum<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSet<E>addAll in interface XPutGetCollection<E>addAll in interface XPutGetSequence<E>addAll in interface XPutGetSet<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XPutGetEnum<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddGetCollection<E>addAll in interface XAddGetSet<E>addAll in interface XAddingCollection<E>addAll in interface XAddingEnum<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSet<E>addAll in interface XPutGetCollection<E>addAll in interface XPutGetSequence<E>addAll in interface XPutGetSet<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XPutGetEnum<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddGetSet<E>addAll in interface XAddingCollection<E>addAll in interface XAddingEnum<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSet<E>addAll in interface XPutGetCollection<E>addAll in interface XPutGetSequence<E>addAll in interface XPutGetSet<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XPutGetEnum<E> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XAddGetCollection<E>copy in interface XAddGetSet<E>copy in interface XGettingCollection<E>copy in interface XGettingEnum<E>copy in interface XGettingSequence<E>copy in interface XGettingSet<E>copy in interface XPutGetCollection<E>copy in interface XPutGetSequence<E>copy in interface XPutGetSet<E>XPutGetEnum<E> toReversed()
XGettingSequenceXGettingSequence with the reversed order of elements.
This method creates a new collection and does not change the existing collection.
toReversed in interface XGettingEnum<E>toReversed in interface XGettingSequence<E>toReversed in interface XPutGetSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.