libref

collection

package collection

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. collection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Cons[T](h: T, t: List[T]) extends List[T] with Product with Serializable

  2. sealed abstract class List[T] extends AnyRef

    Annotations
    @library()
  3. case class Nil[T]() extends List[T] with Product with Serializable

  4. case class SetOps[A](set: Set[A]) extends Product with Serializable

Value Members

  1. object ::

    Annotations
    @library()
  2. object List

  3. object ListOps

    Annotations
    @library()
  4. package PairList

    PList List of key-value pairs with integer keys

  5. implicit def extendedSet[A](set: Set[A]): SetOps[A]

Inherited from AnyRef

Inherited from Any

Ungrouped