object JTreeSet extends JSortedSetCreator[JTreeSet]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JTreeSet
  2. JSortedSetCreator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[T](values: T*)(implicit arg0: Ordering[T]): JTreeSet[T]
    Definition Classes
    JSortedSetCreator
  2. def empty[T](implicit arg0: Ordering[T]): JTreeSet[T]
    Definition Classes
    JSortedSetCreator
  3. def unapplySeq[T](set: JTreeSet[T]): Option[Seq[T]]
    Definition Classes
    JSortedSetCreator