package immutable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- immutable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- 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
- 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
- class MultiSetImpl[A] extends MultiSet[A]
- trait MultiSetOps[A, +CC[X] <: MultiSet[X], +C <: MultiSet[A]] extends collection.MultiSetOps[A, CC, C]
- 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
- 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
- type StringOps = collection.StringOps
- type StringView = collection.StringView
Deprecated Type Members
Value Members
- val StringOps: collection.StringOps.type
- val StringView: collection.StringView.type
- object MultiDict extends MapFactory[MultiDict]
- object MultiSet extends IterableFactory[MultiSet]
- object SortedMultiDict extends SortedMapFactory[SortedMultiDict]
- object SortedMultiSet extends SortedIterableFactory[SortedMultiSet]
Deprecated Value Members
- val Traversable: Iterable.type
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use Iterable instead of Traversable