public interface SortingAggregator<E,R> extends Aggregator<E,R>, SortableProcedure<E>
Aggregator.Creator<E,R>| Modifier and Type | Method and Description |
|---|---|
SortingAggregator<E,R> |
sort(Comparator<? super E> order)
Sorts this collection according to the given comparator
and returns itself.
|
accept, reset, yieldsortIfApplicableSortingAggregator<E,R> sort(Comparator<? super E> order)
SortableCopyright © 2022 MicroStream Software. All rights reserved.