public interface XPrependingEnum<E> extends XPrependingSequence<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPrependingEnum.Creator<E> |
| Modifier and Type | Method and Description |
|---|---|
XPrependingEnum<E> |
prependAll(E... elements) |
XPrependingEnum<E> |
prependAll(E[] elements,
int srcStartIndex,
int srcLength) |
XPrependingEnum<E> |
prependAll(XGettingCollection<? extends E> elements) |
nullPrepend, prependcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizehasVolatileElements, nullAllowedXPrependingEnum<E> prependAll(E... elements)
prependAll in interface XPrependingSequence<E>XPrependingEnum<E> prependAll(E[] elements, int srcStartIndex, int srcLength)
prependAll in interface XPrependingSequence<E>XPrependingEnum<E> prependAll(XGettingCollection<? extends E> elements)
prependAll in interface XPrependingSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.