E - type of contained elementspublic interface XAddGetCollection<E> extends XGettingCollection<E>, XAddingCollection<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XAddGetCollection.Creator<E> |
XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XAddGetCollection<E> |
addAll(E... elements) |
XAddGetCollection<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XAddGetCollection<E> |
addAll(XGettingCollection<? extends E> elements) |
XAddGetCollection<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.
|
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, spliteratoraccept, add, collector, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizeXAddGetCollection<E> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XGettingCollection<E>XAddGetCollection<E> addAll(E... elements)
addAll in interface XAddingCollection<E>XAddGetCollection<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddingCollection<E>XAddGetCollection<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddingCollection<E>Copyright © 2022 MicroStream Software. All rights reserved.