public interface XPuttingEnum<E> extends XPuttingSet<E>, XPuttingSequence<E>, XAddingEnum<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPuttingEnum.Creator<E> |
| Modifier and Type | Method and Description |
|---|---|
XPuttingEnum<E> |
addAll(E... elements) |
XPuttingEnum<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPuttingEnum<E> |
addAll(XGettingCollection<? extends E> elements) |
XPuttingEnum<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XPuttingEnum<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. |
XPuttingEnum<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
nullPut, putaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizehasVolatileElements, nullAllowedXPuttingEnum<E> putAll(E... elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addXPuttingEnum<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<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 collectionXPuttingEnum<E> putAll(XGettingCollection<? extends E> elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XPuttingCollection<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addXPuttingEnum<E> addAll(E... elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingEnum<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSet<E>addAll in interface XPuttingSet<E>XPuttingEnum<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddingCollection<E>addAll in interface XAddingEnum<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSet<E>addAll in interface XPuttingSet<E>XPuttingEnum<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddingCollection<E>addAll in interface XAddingEnum<E>addAll in interface XAddingSequence<E>addAll in interface XAddingSet<E>addAll in interface XPuttingSet<E>Copyright © 2022 MicroStream Software. All rights reserved.