sorted

trait Collection[A] {
  def sorted: Collection[A]
}

sorted は、要素がソートされたコレクションを作成します。