E - the type of the input to the operationpublic interface Sortable<E>
Comparator.
This type is mutually exclusive to Sorted.
| Modifier and Type | Method and Description |
|---|---|
Sortable<E> |
sort(Comparator<? super E> comparator)
Sorts this collection according to the given comparator
and returns itself.
|
Sortable<E> sort(Comparator<? super E> comparator)
comparator - to sort this collectionCopyright © 2022 MicroStream Software. All rights reserved.