E - type of contained elementspublic interface XAddGetSet<E> extends XAddingSet<E>, XGettingSet<E>, XAddGetCollection<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XAddGetSet.Factory<E> |
XAddingSet.Creator<E>XGettingSet.Creator<E>XAddGetCollection.Creator<E>XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XAddGetSet<E> |
addAll(E... elements) |
XAddGetSet<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XAddGetSet<E> |
addAll(XGettingCollection<? extends E> elements) |
E |
addGet(E element) |
XAddGetSet<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.
|
E |
deduplicate(E element) |
immure, iterateapplies, contains, containsAll, containsId, containsSearched, copyTo, count, countBy, distinct, distinct, equality, equals, equals, equalsContent, except, filterTo, get, hashCode, hasVolatileElements, intersect, intSize, iterator, join, max, min, nullContained, old, search, seek, size, toArray, toArray, union, viewforEach, spliteratoraccept, add, collector, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityoptimizeXAddGetSet<E> addAll(E... elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>addAll in interface XAddingSet<E>XAddGetSet<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>addAll in interface XAddingSet<E>XAddGetSet<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingCollection<E>addAll in interface XAddingSet<E>XAddGetSet<E> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XAddGetCollection<E>copy in interface XGettingCollection<E>copy in interface XGettingSet<E>Copyright © 2022 MicroStream Software. All rights reserved.