E - the type of the input to the operationpublic interface Sorted<E> extends ExtendedSequence<E>
Comparator.
This definition extends the definition of being ordered.
This type is mutually exclusive to Sortable.
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>>| Modifier and Type | Method and Description |
|---|---|
Comparator<? super E> |
getComparator() |
hasVolatileElements, nullAllowedComparator<? super E> getComparator()
Comparator that defines the sorting order of this Sorted instance.Copyright © 2022 MicroStream Software. All rights reserved.