interface Sequence<T>
package commonbox.adt
extends Sequence › BaseSequence › Collection › IIterable
extended by VariableSequence
implemented by SequenceUpgrade, VectorImpl
Methods
sort (?comparer:T ‑> T ‑> Int):Void
Sorts the items.
If the items implement Comparable
, it will use that for ordering.
Parameters:
comparer | Optional comparison function. If not given,
|
---|