E - type of contained elementspublic interface XPutGetSet<E> extends XPuttingSet<E>, XAddGetSet<E>, XPutGetCollection<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPutGetSet.Factory<E> |
XPuttingSet.Creator<E>XPutGetCollection.Creator<E>XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XPutGetSet<E> |
addAll(E... elements) |
XPutGetSet<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPutGetSet<E> |
addAll(XGettingCollection<? extends E> elements) |
XPutGetSet<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.
|
XPutGetSet<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPutGetSet<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. |
XPutGetSet<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
E |
putGet(E element) |
E |
replace(E element) |
addGet, deduplicateimmure, 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, spliteratornullPut, putaccept, add, collector, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizeXPutGetSet<E> putAll(E... elements)
In this implementation it overwrites equal, already contained elements.
putAll in interface XPutGetCollection<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingSet<E>elements - to addXPutGetSet<E> putAll(E[] elements, int srcStartIndex, int srcLength)
In this implementation it overwrites equal, already contained elements.
putAll in interface XPutGetCollection<E>putAll in interface XPuttingCollection<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 collectionXPutGetSet<E> putAll(XGettingCollection<? extends E> elements)
In this implementation it overwrites equal, already contained elements.
putAll in interface XPutGetCollection<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingSet<E>elements - to addXPutGetSet<E> addAll(E... elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddGetSet<E>addAll in interface XAddingCollection<E>addAll in interface XAddingSet<E>addAll in interface XPutGetCollection<E>addAll in interface XPuttingSet<E>XPutGetSet<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 XAddingSet<E>addAll in interface XPutGetCollection<E>addAll in interface XPuttingSet<E>XPutGetSet<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddGetSet<E>addAll in interface XAddingCollection<E>addAll in interface XAddingSet<E>addAll in interface XPutGetCollection<E>addAll in interface XPuttingSet<E>XPutGetSet<E> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XAddGetCollection<E>copy in interface XAddGetSet<E>copy in interface XGettingCollection<E>copy in interface XGettingSet<E>copy in interface XPutGetCollection<E>Copyright © 2022 MicroStream Software. All rights reserved.