Packages

p

strawman

collection

package collection

Linear Supertypes
LowPriority, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. collection
  2. LowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AnyConstr[X] = Any
  2. trait MultiSet[A] extends Iterable[A] with MultiSetOps[A, MultiSet, MultiSet[A]] with Equals

    A multiset is a set that can contain multiple occurrences of a same value.

    A multiset is a set that can contain multiple occurrences of a same value.

    A

    the element type of the collection

  3. trait MultiSetOps[A, +CC[X] <: MultiSet[X], +C] extends IterableOps[A, CC, C]
  4. trait SortedMultiSet[A] extends MultiSet[A] with SortedMultiSetOps[A, SortedMultiSet, SortedMultiSet[A]]

    Multiset whose elements are sorted

    Multiset whose elements are sorted

    A

    Type of elements

  5. trait SortedMultiSetOps[A, +CC[X] <: MultiSet[X], +C <: Iterable[A]] extends MultiSetOps[A, MultiSet, C] with SortedOps[A, C]

Value Members

  1. implicit def arrayToArrayOps[A](as: Array[A]): ArrayOps[A]
  2. implicit def arrayToView[T](xs: Array[T]): ArrayView[T]
    Definition Classes
    LowPriority
  3. implicit def optionToIterableOnce[A](maybeA: Option[A]): IterableOnce[A]
  4. implicit def stringToStringOps(s: String): collection.immutable.StringOps
  5. implicit def stringToView(s: String): collection.immutable.StringView
    Definition Classes
    LowPriority
  6. object MultiSet extends Delegate[collection.immutable.MultiSet]
  7. object SortedMultiSet extends Delegate[collection.immutable.SortedMultiSet]

Inherited from LowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped