public interface XRemovingSequence<E> extends XRemovingCollection<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XRemovingSequence.Factory<E> |
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>>| Modifier and Type | Method and Description |
|---|---|
XRemovingSequence<E> |
removeRange(long offset,
long length) |
long |
removeSelection(long[] indices) |
XRemovingSequence<E> |
retainRange(long offset,
long length)
Removing all elements but the ones from the offset (basically start index)
to the offset+length (end index).
|
clear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncatehasVolatileElements, nullAllowedXRemovingSequence<E> removeRange(long offset, long length)
XRemovingSequence<E> retainRange(long offset, long length)
offset - is the index of the first element to retainlength - is the amount of elements to retainlong removeSelection(long[] indices)
Copyright © 2022 MicroStream Software. All rights reserved.