scala.collection.mutable
package scala.collection.mutable
Members list
Type members
Classlikes
A mutable multidict.
A mutable multidict.
Type parameters
- K
-
the type of keys
- V
-
the type of values
Attributes
- Companion
- object
- Supertypes
-
trait Shrinkable[(K, V)]trait Growable[(K, V)]trait Clearabletrait 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], MultiSetOps[A, MultiSet, MultiSet[A]], Growable[A], Shrinkable[A]
A mutable multiset.
A mutable multiset.
Attributes
- Companion
- object
- Supertypes
-
trait Shrinkable[A]trait Growable[A]trait Clearabletrait 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
class SortedMultiDict[K, V] extends Iterable[(K, V)], SortedMultiDict[K, V], IterableOps[(K, V), Iterable, SortedMultiDict[K, V]], SortedMultiDictOps[K, V, SortedMultiDict, SortedMultiDict[K, V]], Growable[(K, V)], Shrinkable[(K, V)]
A mutable multidict whose keys are sorted
A mutable multidict whose keys are sorted
Type parameters
- K
-
the type of keys
- V
-
the type of values
Attributes
- Companion
- object
- Supertypes
-
trait Shrinkable[(K, V)]trait Growable[(K, V)]trait Clearabletrait Equalstrait Iterable[(K, V)]trait 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], SortedMultiSetOps[A, SortedMultiSet, SortedMultiSet[A]], MultiSetOps[A, MultiSet, SortedMultiSet[A]], Growable[A], Shrinkable[A]
A mutable multiset whose elements are sorted according to a given ordering.
A mutable multiset whose elements are sorted according to a given ordering.
Type parameters
- A
-
Type of elements
Attributes
- Companion
- object
- Supertypes
-
trait SortedMultiSet[A]trait MultiSet[A]trait Shrinkable[A]trait Growable[A]trait Clearabletrait 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