I can see there's a sorting object, Sorting
, with a quicksort method, quickSort
, on it.
What would be a code example of using it, sorting an array of object of arbitrary type? It looks like I need to pass in an implementation of the Orderable
trait, but I am unsure of the syntax.
Also, I would prefer answers doing this the 'Scala way'. I know I can just use a Java library.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…