in scala.util
class RichSorting

class RichSorting [K <: scala.Ordered[K]]
extends java.lang.Object
with scala.ScalaObject

A RichSorting object is generally created implicitly through the use of the sort function on an arbitrary sequence, where the items are ordered.


Constructor Summary
def this (s: scala.Seq[K])

Def Summary
def sort : scala.Array[K]
Returns an array with a sorted copy of the RichSorting's sequence.
Constructor Detail
def this (s: scala.Seq[K])

Def Detail
def sort : scala.Array[K]
Returns an array with a sorted copy of the RichSorting's sequence.