Packages

object MultiSet extends Serializable

The MultiSet object is the companion object for the MultiSet' class.

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

Value Members

  1. def apply[T](ml: MutableList[T]): MultiSet[T]

    Create a MultiSet from a MutableList.

    Create a MultiSet from a MutableList.

    ml

    the mutable list of elements for the MultiSet

  2. def apply[T](es: T*): MultiSet[T]

    Create a MultiSet from the argument list of elements 'es'.

    Create a MultiSet from the argument list of elements 'es'.

    es

    one or more elements for the MultiSet