Package

scala.collection

mutable

Permalink

package mutable

Visibility
  1. Public
  2. All

Type Members

  1. class SortedList[A] extends SortedSet[A] with SetLike[A, SortedList[A]] with SortedSetLike[A, SortedList[A]] with Set[A] with Serializable

    Permalink

    A mutable SortedList heavily based on SortedSet which "is not designed to enable meaningful subclassing".

    A mutable SortedList heavily based on SortedSet which "is not designed to enable meaningful subclassing".

    Based on: https://github.com/scala/scala/blob/3cc99d7/src/library/scala/collection/mutable/TreeSet.scala

Value Members

  1. object SortedList extends MutableSortedSetFactory[SortedList] with Serializable

    Permalink

Ungrouped