Package

scala

collection

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. trait Bag[A] extends Iterable[A] with BagLike[A, Bag[A]] with GenBag[A]

    Permalink
  2. trait BagBucket[A] extends Iterable[A]

    Permalink
  3. trait BagConfiguration[A, +BagBucket <: BagBucket[A]] extends AnyRef

    Permalink
  4. trait BagLike[A, +This <: BagLike[A, This] with Bag[A]] extends IterableLike[A, This] with GenBagLike[A, This] with (A) ⇒ This with Subtractable[A, This]

    Permalink

    A template trait for bag collections of type Bag[A].

    A template trait for bag collections of type Bag[A].

    Note: This trait replaces every method that uses break in TraversableLike by an iterator version.

    A

    the element type of the scala.collection

    This

    the type of the actual scala.collection containing the elements.

  5. trait BagOfMultiplicitiesBagBucket[A] extends BagBucket[A]

    Permalink
  6. trait GenBag[A] extends GenBagLike[A, GenBag[A]] with GenIterable[A]

    Permalink
  7. trait GenBagLike[A, +Repr] extends GenIterableLike[A, Repr] with Equals

    Permalink
  8. trait HashedBagConfiguration[A, +BagBucket <: BagBucket[A]] extends BagConfiguration[A, BagBucket]

    Permalink
  9. trait ListBagBucket[A] extends BagBucket[A]

    Permalink
  10. class Multiplicities[A] extends Map[A, Int]

    Permalink
  11. trait MultiplicityBagBucket[A] extends BagBucket[A]

    Permalink
  12. trait SortedBagConfiguration[A, +BagBucket <: BagBucket[A]] extends BagConfiguration[A, BagBucket]

    Permalink

Value Members

  1. object Bag extends ImmutableHashedBagFactory[collection.immutable.Bag]

    Permalink
  2. object BagPredef

    Permalink
  3. object GenBag

    Permalink
  4. object HashedBagConfiguration

    Permalink
  5. def breakOut[From, T, To](implicit b: CanBuildFrom[Nothing, T, To]): CanBuildFrom[From, T, To]

    Permalink
  6. package generic

    Permalink
  7. package immutable

    Permalink
  8. package mutable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped