public interface MutableSequenceX<T> extends CollectionX<T>, FluentSequenceX<T>
| Modifier and Type | Method and Description |
|---|---|
MutableSequenceX<T> |
minus(int i) |
MutableSequenceX<T> |
minus(java.lang.Object e)
Remove the specified element from this collection
|
MutableSequenceX<T> |
minusAll(java.util.Collection<?> list)
Remove all the specified elements from this collection
|
MutableSequenceX<T> |
plus(int i,
T e) |
MutableSequenceX<T> |
plus(T e)
Add an element to this Collection
|
MutableSequenceX<T> |
plusAll(java.util.Collection<? extends T> list)
Add all supplied elements to this Collection
|
MutableSequenceX<T> |
plusAll(int i,
java.util.Collection<? extends T> list) |
MutableSequenceX<T> |
subList(int start,
int end) |
MutableSequenceX<T> |
with(int i,
T e) |
plusInOrder, unitcast, combine, cycle, cycle, cycleUntil, cycleWhile, distinct, dropRight, dropUntil, dropWhile, filter, filterNot, findAny, findFirst, flatMap, forEach2, forEach2, forEach3, forEach3, from, fromCollection, getAtIndex, groupBy, grouped, grouped, grouped, grouped, groupedStatefullyWhile, groupedUntil, groupedUntil, groupedWhile, groupedWhile, head, intersperse, limit, limitLast, limitUntil, limitWhile, map, notNull, onEmpty, onEmptyGet, onEmptyThrow, patternMatch, peek, removeAll, retainAll, reverse, scanLeft, scanLeft, scanRight, scanRight, shuffle, shuffle, single, single, singleOptional, skip, skipLast, skipUntil, skipWhile, slice, sliding, sliding, sorted, sorted, sorted, takeRight, takeUntil, takeWhile, trampoline, zip, zip, zip, zip, zip, zip, zip3, zip4, zipWithIndexgroupedStatefullyWhileT, groupedT, groupedUntilT, groupedWhileT, slidingT, slidingTfixedDelay, onePer, xPerfoldable, visitofTypeap1, ap2, ap3, ap4, ap5, applicativesflatMapPublisher, flatMapPublisher, flatMapPublisher, mergePublisher, mergePublisher, unitIteratorendsWith, endsWithIterable, firstValue, foldRight, foldRight, foldRight, foldRightMapToType, get, join, join, join, mapReduce, mapReduce, print, print, printErr, printOut, reduce, reduce, reduce, reduce, reduce, reduce, reduce, schedule, scheduleFixedDelay, scheduleFixedRate, startsWith, startsWithIterable, toConcurrentLazyCollection, toConcurrentLazyStreamable, toLazyCollection, validate, xMatchfutureOperations, lazyOperations, subscribe, traversableseq, toCompletableFuture, toDequeX, toEvalAlways, toEvalLater, toEvalNow, toFutureStream, toFutureStream, toFutureW, toIor, toIorSecondary, toListX, toMapX, toMaybe, toOptional, toPBagX, toPMapX, toPOrderedSetX, toPQueueX, toPSetX, toPStackX, toPVectorX, toQueueX, toSetX, toSimpleReact, toSimpleReact, toSortedSetX, toStreamable, toTry, toValue, toValueMap, toValueSet, toXor, toXorSecondaryMutableSequenceX<T> plus(T e)
FluentCollectionXplus in interface FluentCollectionX<T>plus in interface FluentSequenceX<T>e - Element to addMutableSequenceX<T> plusAll(java.util.Collection<? extends T> list)
FluentCollectionXplusAll in interface FluentCollectionX<T>plusAll in interface FluentSequenceX<T>list - of elements to addMutableSequenceX<T> with(int i, T e)
with in interface FluentSequenceX<T>MutableSequenceX<T> plus(int i, T e)
plus in interface FluentSequenceX<T>MutableSequenceX<T> plusAll(int i, java.util.Collection<? extends T> list)
plusAll in interface FluentSequenceX<T>MutableSequenceX<T> minus(java.lang.Object e)
FluentCollectionXminus in interface FluentCollectionX<T>minus in interface FluentSequenceX<T>e - Element to removeMutableSequenceX<T> minusAll(java.util.Collection<?> list)
FluentCollectionXminusAll in interface FluentCollectionX<T>minusAll in interface FluentSequenceX<T>list - of elements to removeMutableSequenceX<T> minus(int i)
minus in interface FluentSequenceX<T>MutableSequenceX<T> subList(int start, int end)
subList in interface FluentSequenceX<T>