E - type of contained elementspublic interface XCollection<E> extends XPutGetCollection<E>, XProcessingCollection<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XCollection.Factory<E> |
XPutGetCollection.Creator<E>XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XCollection<E> |
addAll(E... elements) |
XCollection<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XCollection<E> |
addAll(XGettingCollection<? extends E> elements) |
default Aggregator<E,? extends XCollection<E>> |
collector() |
XCollection<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.
|
XCollection<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XCollection<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. |
XCollection<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, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizefetch, iterate, moveTo, pinch, removeBy, removeDuplicates, retrieve, retrieveByprocessclear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncatedefault Aggregator<E,? extends XCollection<E>> collector()
collector in interface XAddingCollection<E>XCollection<E> putAll(E... elements)
XPuttingCollectionputAll in interface XPutGetCollection<E>putAll in interface XPuttingCollection<E>elements - to addXCollection<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingCollectionputAll in interface XPutGetCollection<E>putAll in interface XPuttingCollection<E>elements - to addsrcStartIndex - start index of elements-array to add to collectionsrcLength - length of elements-array to add to collectionXCollection<E> putAll(XGettingCollection<? extends E> elements)
XPuttingCollectionputAll in interface XPutGetCollection<E>putAll in interface XPuttingCollection<E>elements - to addXCollection<E> addAll(E... elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>addAll in interface XPutGetCollection<E>XCollection<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>addAll in interface XPutGetCollection<E>XCollection<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>addAll in interface XPutGetCollection<E>XCollection<E> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XAddGetCollection<E>copy in interface XGettingCollection<E>copy in interface XPutGetCollection<E>Copyright © 2022 MicroStream Software. All rights reserved.