Packages

package immutable

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

Type Members

  1. class MultiSet[A] extends collection.MultiSet[A] with Iterable[A] with MultiSetOps[A, MultiSet, MultiSet[A]]

    An immutable multiset

    An immutable multiset

    A

    the element type of the collection

  2. class SortedMultiSet[A] extends collection.SortedMultiSet[A] with SortedMultiSetOps[A, SortedMultiSet, SortedMultiSet[A]]

    An immutable multiset whose elements are sorted.

    An immutable multiset whose elements are sorted.

    A

    Type of elements

  3. type StringOps = collection.StringOps
  4. type StringView = collection.StringView

Value Members

  1. val StringOps: collection.StringOps.type
  2. val StringView: collection.StringView.type
  3. object MultiSet extends IterableFactory[MultiSet]
  4. object SortedMultiSet extends SortedIterableFactory[SortedMultiSet]

Inherited from AnyRef

Inherited from Any

Ungrouped