scala.collection.immutable
package scala.collection.immutable
Members list
Concise view
Type members
Classlikes
An immutable multidict
An immutable multidict
Attributes
- K
the type of keys
- V
the type of values
- Companion:
- object
- Graph
- Supertypes
- trait Iterable[(K, V)]trait Equalstrait Iterable[(K, V)]trait IterableFactoryDefaults[(K, V), Iterable]trait IterableOnce[(K, V)]class Objecttrait Matchableclass Any
An immutable multiset
An immutable multiset
Attributes
- A
the element type of the collection
- Companion:
- object
- Graph
- Supertypes
- trait Iterable[A]trait MultiSet[A]trait Equalstrait Iterable[A]trait IterableFactoryDefaults[A, Iterable]trait IterableOnce[A]class Objecttrait Matchableclass Any
- Known subtypes
- class MultiSetImpl[A]class SortedMultiSet[A]
Attributes
Attributes
- Graph
- Supertypes
- trait IterableOps[A, CC, C]trait IterableOnceOps[A, CC, C]trait IterableOnce[A]class Objecttrait Matchableclass Any
- Known subtypes
class SortedMultiDict[K, V] extends 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
Attributes
- K
the type of keys
- V
the type of values
- Companion:
- object
- Graph
- Supertypes
- trait Iterable[(K, V)]trait Equalstrait Iterable[(K, V)]trait IterableFactoryDefaults[(K, V), Iterable]trait IterableOnce[(K, V)]class Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- SortedMultiDict.type
class SortedMultiSet[A] extends MultiSet[A] with 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.
Attributes
- A
Type of elements
- Companion:
- object
- Graph
- Supertypes
- trait SortedMultiSet[A]trait MultiSet[A]trait Iterable[A]trait MultiSet[A]trait Equalstrait Iterable[A]trait IterableFactoryDefaults[A, Iterable]trait IterableOnce[A]class Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- SortedMultiSet.type