public interface XExpandingEnum<E> extends XExtendingEnum<E>, XPuttingEnum<E>, XPreputtingEnum<E>, XExpandingSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XExpandingEnum.Creator<E> |
| Modifier and Type | Method and Description |
|---|---|
XExpandingEnum<E> |
addAll(E... elements) |
XExpandingEnum<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XExpandingEnum<E> |
addAll(XGettingCollection<? extends E> elements) |
XExpandingEnum<E> |
prependAll(E... elements) |
XExpandingEnum<E> |
prependAll(E[] elements,
int srcStartIndex,
int srcLength) |
XExpandingEnum<E> |
prependAll(XGettingCollection<? extends E> elements) |
XExpandingEnum<E> |
preputAll(E... elements) |
XExpandingEnum<E> |
preputAll(E[] elements,
int srcStartIndex,
int srcLength) |
XExpandingEnum<E> |
preputAll(XGettingCollection<? extends E> elements) |
XExpandingEnum<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XExpandingEnum<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. |
XExpandingEnum<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, remainingCapacityoptimizenullPreput, preputnullPrepend, prependhasVolatileElements, nullAllowedXExpandingEnum<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 XExpandingSequence<E>addAll in interface XExtendingEnum<E>addAll in interface XExtendingSequence<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XExpandingEnum<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 XExpandingSequence<E>addAll in interface XExtendingEnum<E>addAll in interface XExtendingSequence<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XExpandingEnum<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 XExpandingSequence<E>addAll in interface XExtendingEnum<E>addAll in interface XExtendingSequence<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XExpandingEnum<E> putAll(E... elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XExpandingSequence<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingEnum<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addXExpandingEnum<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XExpandingSequence<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingEnum<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 collectionXExpandingEnum<E> putAll(XGettingCollection<? extends E> elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XExpandingSequence<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingEnum<E>putAll in interface XPuttingSequence<E>putAll in interface XPuttingSet<E>elements - to addXExpandingEnum<E> prependAll(E... elements)
prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingEnum<E>prependAll in interface XExtendingSequence<E>prependAll in interface XPrependingEnum<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingEnum<E>prependAll in interface XPreputtingSequence<E>XExpandingEnum<E> prependAll(E[] elements, int srcStartIndex, int srcLength)
prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingEnum<E>prependAll in interface XExtendingSequence<E>prependAll in interface XPrependingEnum<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingEnum<E>prependAll in interface XPreputtingSequence<E>XExpandingEnum<E> prependAll(XGettingCollection<? extends E> elements)
prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingEnum<E>prependAll in interface XExtendingSequence<E>prependAll in interface XPrependingEnum<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingEnum<E>prependAll in interface XPreputtingSequence<E>XExpandingEnum<E> preputAll(E... elements)
preputAll in interface XExpandingSequence<E>preputAll in interface XPreputtingEnum<E>preputAll in interface XPreputtingSequence<E>XExpandingEnum<E> preputAll(E[] elements, int srcStartIndex, int srcLength)
preputAll in interface XExpandingSequence<E>preputAll in interface XPreputtingEnum<E>preputAll in interface XPreputtingSequence<E>XExpandingEnum<E> preputAll(XGettingCollection<? extends E> elements)
preputAll in interface XExpandingSequence<E>preputAll in interface XPreputtingEnum<E>preputAll in interface XPreputtingSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.