- All Superinterfaces:
CapacityCarrying
, Clearable
, ConsolidatableCollection
, Copyable
, ExtendedCollection<E>
, ExtendedSequence<E>
, Iterable<E>
, OptimizableCollection
, Processable<E>
, ReleasingCollection<E>
, Sized
, Truncateable
, XGettingCollection<E>
, XGettingSequence<E>
, XIndexIterable<E>
, XIterable<E>
, XJoinable<E>
, XProcessingCollection<E>
, XRemovingCollection<E>
, XRemovingSequence<E>
- All Known Subinterfaces:
XBasicEnum<E>
, XBasicList<E>
, XBasicSequence<E>
, XBasicTable<K,V>
, XBasicTable.Keys<K,V>
, XBasicTable.Values<K,V>
, XChart<K,V>
, XChart.Keys<K,V>
, XChart.Values<K,V>
, XDecreasingEnum<E>
, XDecreasingList<E>
, XDecreasingSequence<E>
, XEnum<E>
, XLadder<E>
, XList<E>
, XProcessingEnum<E>
, XProcessingList<E>
, XProcessingSortation<E>
, XRank<E>
, XSequence<E>
, XSortation<E>
, XTable<K,V>
, XTable.Keys<K,V>
, XTable.Values<K,V>
- All Known Implementing Classes:
ArrayCollector
, BulkList
, EnumProcessor
, EqBulkList
, EqHashEnum
, EqHashTable
, EqHashTable.Keys
, EqHashTable.Values
, HashEnum
, HashTable
, HashTable.Keys
, HashTable.Values
, LimitList
, ListProcessor
, LockedList
, Single
, SubList
, SubListProcessor
, SubProcessor
, SynchList
public interface XProcessingSequence<E>
extends XRemovingSequence<E>, XGettingSequence<E>, XProcessingCollection<E>
-
-
Method Summary
Methods inherited from interface one.microstream.collections.interfaces.Sized
isEmpty
Methods inherited from interface one.microstream.collections.types.XGettingCollection
applies, contains, containsAll, containsId, containsSearched, copyTo, count, countBy, distinct, distinct, equality, equals, equals, equalsContent, except, filterTo, hashCode, hasVolatileElements, intersect, intSize, iterator, join, max, min, nullContained, old, search, seek, size, toArray, toArray, union
Methods inherited from interface one.microstream.collections.types.XGettingSequence
at, copy, copySelection, first, get, hasIndex, immure, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, range, scan, view
-
Method Details
-
-
-
-
-
<C extends Consumer<? super E>> C moveSelection(
C target,
long... indices)
-