E - type of contained elementspublic interface XPutGetCollection<E> extends XAddGetCollection<E>, XPuttingCollection<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPutGetCollection.Creator<E> |
XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XPutGetCollection<E> |
addAll(E... elements) |
XPutGetCollection<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPutGetCollection<E> |
addAll(XGettingCollection<? extends E> elements) |
XPutGetCollection<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.
|
XPutGetCollection<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetCollection<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. |
XPutGetCollection<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
applies, contains, containsAll, containsId, containsSearched, copyTo, count, countBy, distinct, distinct, equality, equals, equals, equalsContent, except, filterTo, get, hashCode, hasVolatileElements, immure, intersect, intSize, iterator, join, max, min, nullContained, old, search, seek, size, toArray, toArray, union, viewforEach, spliteratornullPut, putaccept, add, collector, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizeXPutGetCollection<E> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XAddGetCollection<E>copy in interface XGettingCollection<E>XPutGetCollection<E> addAll(E... elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>XPutGetCollection<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>XPutGetCollection<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>XPutGetCollection<E> putAll(E... elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>elements - to addXPutGetCollection<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingCollectionputAll in interface XPuttingCollection<E>elements - to addsrcStartIndex - start index of elements-array to add to collectionsrcLength - length of elements-array to add to collectionXPutGetCollection<E> putAll(XGettingCollection<? extends E> elements)
XPuttingCollectionputAll in interface XPuttingCollection<E>elements - to addCopyright © 2022 MicroStream Software. All rights reserved.