Packages

object TreeSet extends ImmutableSortedSetFactory[TreeSet] with Serializable

This object provides a set of operations needed to create sorted sets of type immutable.TreeSet.

Source
TreeSet.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TreeSet
  2. Serializable
  3. Serializable
  4. ImmutableSortedSetFactory
  5. SortedSetFactory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class SortedSetCanBuildFrom[A] extends CanBuildFrom[Coll, A, CC[A]]
    Definition Classes
    SortedSetFactory
  2. type Coll = TreeSet[_]
    Definition Classes
    SortedSetFactory

Value Members

  1. def apply[A](elems: A*)(implicit ord: Ordering[A]): TreeSet[A]
    Definition Classes
    SortedSetFactory
  2. def empty[A](implicit ordering: Ordering[A]): TreeSet[A]

    The empty set of this type

    The empty set of this type

    Definition Classes
    TreeSetSortedSetFactory
  3. implicit def implicitBuilder[A](implicit ordering: Ordering[A]): Builder[A, TreeSet[A]]
  4. def newBuilder[A](implicit ordering: Ordering[A]): Builder[A, TreeSet[A]]
    Definition Classes
    TreeSetSortedSetFactory
  5. implicit def newCanBuildFrom[A](implicit ord: Ordering[A]): CanBuildFrom[Coll, A, TreeSet[A]]
    Definition Classes
    SortedSetFactory