scala.collection.immutable
package scala.collection.immutable
Members list
Type members
Classlikes
An immutable multidict
An immutable multidict
Type parameters
- K
-
the type of keys
- V
-
the type of values
Attributes
- Companion
- object
- Supertypes
-
trait Iterable[(K, V)]trait Equalstrait Iterable[(K, V)]trait IterableFactoryDefaults[(K, V), Iterable]trait IterableOnce[(K, V)]class Objecttrait Matchableclass AnyShow all
trait MultiSet[A] extends MultiSet[A], Iterable[A], MultiSetOps[A, MultiSet, MultiSet[A]]
An immutable multiset
An immutable multiset
Type parameters
- A
-
the element type of the collection
Attributes
- Companion
- object
- Supertypes
-
trait Iterable[A]trait MultiSet[A]trait Equalstrait Iterable[A]trait IterableFactoryDefaults[A, Iterable]trait IterableOnce[A]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class MultiSetImpl[A]class SortedMultiSet[A]
class MultiSetImpl[A] extends MultiSet[A]
Attributes
trait MultiSetOps[A, +CC <: (MultiSet), +C <: MultiSet[A]] extends MultiSetOps[A, CC, C]
Attributes
- Supertypes
-
trait IterableOps[A, CC, C]trait IterableOnceOps[A, CC, C]trait IterableOnce[A]class Objecttrait Matchableclass AnyShow all
- Known subtypes
class SortedMultiDict[K, V] extends SortedMultiDict[K, V], Iterable[(K, V)], SortedMultiDictOps[K, V, SortedMultiDict, SortedMultiDict[K, V]], IterableOps[(K, V), Iterable, SortedMultiDict[K, V]]
An immutable multidict whose keys are sorted
An immutable multidict whose keys are sorted
Type parameters
- K
-
the type of keys
- V
-
the type of values
Attributes
- Companion
- object
- Supertypes
-
trait Iterable[(K, V)]trait Equalstrait Iterable[(K, V)]trait IterableFactoryDefaults[(K, V), Iterable]trait IterableOnce[(K, V)]class Objecttrait Matchableclass AnyShow all
object SortedMultiDict extends SortedMapFactory[SortedMultiDict]
Attributes
- Companion
- class
- Supertypes
- Self type
-
SortedMultiDict.type
class SortedMultiSet[A] extends MultiSet[A], SortedMultiSet[A], MultiSetOps[A, MultiSet, SortedMultiSet[A]], SortedMultiSetOps[A, SortedMultiSet, SortedMultiSet[A]], IterableOps[A, MultiSet, SortedMultiSet[A]]
An immutable multiset whose elements are sorted.
An immutable multiset whose elements are sorted.
Type parameters
- A
-
Type of elements
Attributes
- Companion
- object
- 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 AnyShow all
object SortedMultiSet extends SortedIterableFactory[SortedMultiSet]
Attributes
- Companion
- class
- Supertypes
-
trait SortedIterableFactory[SortedMultiSet]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
SortedMultiSet.type
In this article