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. Protected

Type Members

  1. class MultiDict[K, V] extends collection.MultiDict[K, V] with Iterable[(K, V)] with MultiDictOps[K, V, MultiDict, MultiDict[K, V]] with IterableOps[(K, V), Iterable, MultiDict[K, V]]

    An immutable multidict

    An immutable multidict

    K

    the type of keys

    V

    the type of values

  2. trait 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

  3. class MultiSetImpl[A] extends MultiSet[A]
  4. trait MultiSetOps[A, +CC[X] <: MultiSet[X], +C <: MultiSet[A]] extends collection.MultiSetOps[A, CC, C]
  5. class SortedMultiDict[K, V] extends collection.SortedMultiDict[K, V] with Iterable[(K, V)] with SortedMultiDictOps[K, V, SortedMultiDict, SortedMultiDict[K, V]] with IterableOps[(K, V), Iterable, SortedMultiDict[K, V]]

    An immutable multidict whose keys are sorted

    An immutable multidict whose keys are sorted

    K

    the type of keys

    V

    the type of values

  6. class SortedMultiSet[A] extends MultiSet[A] with collection.SortedMultiSet[A] with MultiSetOps[A, MultiSet, SortedMultiSet[A]] with SortedMultiSetOps[A, SortedMultiSet, SortedMultiSet[A]] with IterableOps[A, MultiSet, SortedMultiSet[A]]

    An immutable multiset whose elements are sorted.

    An immutable multiset whose elements are sorted.

    A

    Type of elements

  7. type StringOps = collection.StringOps
  8. type StringView = collection.StringView

Deprecated Type Members

  1. type DefaultMap[K, +V] = Map[K, V]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Map instead of DefaultMap

  2. type Traversable[+X] = Iterable[X]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Iterable instead of Traversable

Value Members

  1. val StringOps: collection.StringOps.type
  2. val StringView: collection.StringView.type
  3. object MultiDict extends MapFactory[MultiDict]
  4. object MultiSet extends IterableFactory[MultiSet]
  5. object SortedMultiDict extends SortedMapFactory[SortedMultiDict]
  6. object SortedMultiSet extends SortedIterableFactory[SortedMultiSet]

Deprecated Value Members

  1. val Traversable: Iterable.type
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Iterable instead of Traversable

Inherited from AnyRef

Inherited from Any

Ungrouped