public interface XInputtingEnum<E> extends XInsertingEnum<E>, XExpandingEnum<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XInputtingEnum.Creator<E> |
| Modifier and Type | Method and Description |
|---|---|
XInputtingEnum<E> |
addAll(E... elements) |
XInputtingEnum<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XInputtingEnum<E> |
addAll(XGettingCollection<? extends E> elements) |
XInputtingEnum<E> |
prependAll(E... elements) |
XInputtingEnum<E> |
prependAll(E[] elements,
int srcStartIndex,
int srcLength) |
XInputtingEnum<E> |
prependAll(XGettingCollection<? extends E> elements) |
XInputtingEnum<E> |
preputAll(E... elements) |
XInputtingEnum<E> |
preputAll(E[] elements,
int srcStartIndex,
int srcLength) |
XInputtingEnum<E> |
preputAll(XGettingCollection<? extends E> elements) |
XInputtingEnum<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XInputtingEnum<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. |
XInputtingEnum<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
insert, insertAll, insertAll, insertAll, nullInsertnullPut, putaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizenullPreput, preputnullPrepend, prependhasVolatileElements, nullAllowedXInputtingEnum<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 XExpandingEnum<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingEnum<E>addAll in interface XExtendingSequence<E>addAll in interface XInsertingEnum<E>addAll in interface XInsertingSequence<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XInputtingEnum<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 XExpandingEnum<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingEnum<E>addAll in interface XExtendingSequence<E>addAll in interface XInsertingEnum<E>addAll in interface XInsertingSequence<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XInputtingEnum<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 XExpandingEnum<E>addAll in interface XExpandingSequence<E>addAll in interface XExtendingEnum<E>addAll in interface XExtendingSequence<E>addAll in interface XInsertingEnum<E>addAll in interface XInsertingSequence<E>addAll in interface XPuttingEnum<E>addAll in interface XPuttingSet<E>XInputtingEnum<E> putAll(E... elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XExpandingEnum<E>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 addXInputtingEnum<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XExpandingEnum<E>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 collectionXInputtingEnum<E> putAll(XGettingCollection<? extends E> elements)
XPuttingSetIn this implementation it overwrites equal, already contained elements.
putAll in interface XExpandingEnum<E>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 addXInputtingEnum<E> prependAll(E... elements)
prependAll in interface XExpandingEnum<E>prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingEnum<E>prependAll in interface XExtendingSequence<E>prependAll in interface XInsertingEnum<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingEnum<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingEnum<E>prependAll in interface XPreputtingSequence<E>XInputtingEnum<E> prependAll(E[] elements, int srcStartIndex, int srcLength)
prependAll in interface XExpandingEnum<E>prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingEnum<E>prependAll in interface XExtendingSequence<E>prependAll in interface XInsertingEnum<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingEnum<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingEnum<E>prependAll in interface XPreputtingSequence<E>XInputtingEnum<E> prependAll(XGettingCollection<? extends E> elements)
prependAll in interface XExpandingEnum<E>prependAll in interface XExpandingSequence<E>prependAll in interface XExtendingEnum<E>prependAll in interface XExtendingSequence<E>prependAll in interface XInsertingEnum<E>prependAll in interface XInsertingSequence<E>prependAll in interface XPrependingEnum<E>prependAll in interface XPrependingSequence<E>prependAll in interface XPreputtingEnum<E>prependAll in interface XPreputtingSequence<E>XInputtingEnum<E> preputAll(E... elements)
preputAll in interface XExpandingEnum<E>preputAll in interface XExpandingSequence<E>preputAll in interface XPreputtingEnum<E>preputAll in interface XPreputtingSequence<E>XInputtingEnum<E> preputAll(E[] elements, int srcStartIndex, int srcLength)
preputAll in interface XExpandingEnum<E>preputAll in interface XExpandingSequence<E>preputAll in interface XPreputtingEnum<E>preputAll in interface XPreputtingSequence<E>XInputtingEnum<E> preputAll(XGettingCollection<? extends E> elements)
preputAll in interface XExpandingEnum<E>preputAll in interface XExpandingSequence<E>preputAll in interface XPreputtingEnum<E>preputAll in interface XPreputtingSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.