E - type of contained elementspublic interface XBasicList<E> extends XBag<E>, XBasicSequence<E>, XPutGetList<E>, XProcessingList<E>
XList and XLadder. This is necessary because XLadder cannot provide
the otherwise typical list concerns like inserting, ordering, setting due to the limitations of the characteristic
of being always sorted.| Modifier and Type | Interface and Description |
|---|---|
static interface |
XBasicList.Creator<E> |
XBag.Factory<E>XBasicSequence.Factory<E>XPutGetList.Factory<E>XProcessingList.Factory<E>| Modifier and Type | Method and Description |
|---|---|
XBasicList<E> |
addAll(E... elements) |
XBasicList<E> |
addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XBasicList<E> |
addAll(XGettingCollection<? extends E> elements) |
XBasicList<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.
|
XBasicList<E> |
putAll(E... elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XBasicList<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. |
XBasicList<E> |
putAll(XGettingCollection<? extends E> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XBasicList<E> |
toReversed()
Creates a new
XBasicList with the reversed order of elements. |
collectornullPut, putaccept, add, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityimmure, listIterator, listIterator, old, range, view, viewmoveSelection, pick, pop, removeAt, viewremoveRange, removeSelection, retainRangeat, copySelection, first, get, hasIndex, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scaniterateIndexedimmure, viewfetch, iterate, moveTo, pinch, removeBy, removeDuplicates, retrieve, retrieveByprocessclear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncateXBasicList<E> putAll(E... elements)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(Object...)
putAll in interface XBag<E>putAll in interface XBasicSequence<E>putAll in interface XCollection<E>putAll in interface XPutGetCollection<E>putAll in interface XPutGetList<E>putAll in interface XPutGetSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<E>putAll in interface XPuttingSequence<E>elements - to addXBasicList<E> putAll(E[] elements, int srcStartIndex, int srcLength)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(Object[], int, int)
putAll in interface XBag<E>putAll in interface XBasicSequence<E>putAll in interface XCollection<E>putAll in interface XPutGetCollection<E>putAll in interface XPutGetList<E>putAll in interface XPutGetSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<E>putAll in interface XPuttingSequence<E>elements - to addsrcStartIndex - start index of elements-array to add to collectionsrcLength - length of elements-array to add to collectionXBasicList<E> putAll(XGettingCollection<? extends E> elements)
XPuttingBag
In this implementation it is identical to XPuttingBag.addAll(XGettingCollection)
putAll in interface XBag<E>putAll in interface XBasicSequence<E>putAll in interface XCollection<E>putAll in interface XPutGetCollection<E>putAll in interface XPutGetList<E>putAll in interface XPutGetSequence<E>putAll in interface XPuttingBag<E>putAll in interface XPuttingCollection<E>putAll in interface XPuttingList<E>putAll in interface XPuttingSequence<E>elements - to addXBasicList<E> addAll(E... elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XBag<E>addAll in interface XBasicSequence<E>addAll in interface XCollection<E>addAll in interface XPutGetCollection<E>addAll in interface XPutGetList<E>addAll in interface XPutGetSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XBasicList<E> addAll(E[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddGetCollection<E>addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XBag<E>addAll in interface XBasicSequence<E>addAll in interface XCollection<E>addAll in interface XPutGetCollection<E>addAll in interface XPutGetList<E>addAll in interface XPutGetSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XBasicList<E> addAll(XGettingCollection<? extends E> elements)
addAll in interface XAddGetCollection<E>addAll in interface XAddingBag<E>addAll in interface XAddingCollection<E>addAll in interface XAddingList<E>addAll in interface XAddingSequence<E>addAll in interface XBag<E>addAll in interface XBasicSequence<E>addAll in interface XCollection<E>addAll in interface XPutGetCollection<E>addAll in interface XPutGetList<E>addAll in interface XPutGetSequence<E>addAll in interface XPuttingBag<E>addAll in interface XPuttingList<E>XBasicList<E> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XAddGetCollection<E>copy in interface XBag<E>copy in interface XBasicSequence<E>copy in interface XCollection<E>copy in interface XGettingBag<E>copy in interface XGettingCollection<E>copy in interface XGettingList<E>copy in interface XGettingSequence<E>copy in interface XProcessingBag<E>copy in interface XProcessingList<E>copy in interface XPutGetCollection<E>copy in interface XPutGetList<E>copy in interface XPutGetSequence<E>XBasicList<E> toReversed()
XBasicList with the reversed order of elements.
This method creates a new collection and does not change the
existing collection.
Furthermore changes to the reversed collection do not reflect to the original.
toReversed in interface XBasicSequence<E>toReversed in interface XGettingList<E>toReversed in interface XGettingSequence<E>toReversed in interface XProcessingList<E>toReversed in interface XProcessingSequence<E>toReversed in interface XPutGetList<E>toReversed in interface XPutGetSequence<E>Copyright © 2022 MicroStream Software. All rights reserved.