scala.collection.mutable

Members list

Concise view

Type members

Classlikes

class MultiDict[K, V] extends MultiDict[K, V] with Iterable[(K, V)] with IterableOps[(K, V), Iterable, MultiDict[K, V]] with MultiDictOps[K, V, MultiDict, MultiDict[K, V]] with Growable[(K, V)] with Shrinkable[(K, V)]

A mutable multidict

A mutable multidict

Attributes

K

the type of keys

V

the type of values

Companion:
object
Graph
Supertypes
trait Shrinkable[(K, V)]
trait Growable[(K, V)]
trait Clearable
trait Iterable[(K, V)]
trait MultiDict[K, V]
trait Equals
trait MultiDictOps[K, V, MultiDict, MultiDict[K, V]]
trait Iterable[(K, V)]
trait IterableFactoryDefaults[(K, V), Iterable]
trait IterableOps[(K, V), Iterable, MultiDict[K, V]]
trait IterableOnceOps[(K, V), Iterable, MultiDict[K, V]]
trait IterableOnce[(K, V)]
class Object
trait Matchable
class Any
object MultiDict extends MapFactory[MultiDict]

Attributes

Companion:
class
Graph
Supertypes
trait MapFactory[MultiDict]
trait Serializable
class Object
trait Matchable
class Any
Self type
trait MultiSet[A] extends MultiSet[A] with MultiSetOps[A, MultiSet, MultiSet[A]] with Growable[A] with Shrinkable[A]

A mutable multiset.

A mutable multiset.

Attributes

Companion:
object
Graph
Supertypes
trait Shrinkable[A]
trait Growable[A]
trait Clearable
trait MultiSet[A]
trait Equals
trait Iterable[A]
trait IterableFactoryDefaults[A, Iterable]
trait IterableOps[A, MultiSet, MultiSet[A]]
trait IterableOnceOps[A, MultiSet, MultiSet[A]]
trait IterableOnce[A]
class Object
trait Matchable
class Any
Known subtypes
class MultiSetImpl[A]
object MultiSet extends IterableFactory[MultiSet]

Attributes

Companion:
trait
Graph
Supertypes
trait IterableFactory[MultiSet]
trait Serializable
class Object
trait Matchable
class Any
Self type
class MultiSetImpl[A] extends MultiSet[A]

Attributes

Graph
Supertypes
trait MultiSet[A]
trait Shrinkable[A]
trait Growable[A]
trait Clearable
trait MultiSet[A]
trait Equals
trait Iterable[A]
trait IterableFactoryDefaults[A, Iterable]
trait IterableOps[A, MultiSet, MultiSet[A]]
trait IterableOnceOps[A, MultiSet, MultiSet[A]]
trait IterableOnce[A]
class Object
trait Matchable
class Any
class SortedMultiDict[K, V] extends Iterable[(K, V)] with SortedMultiDict[K, V] with IterableOps[(K, V), Iterable, SortedMultiDict[K, V]] with SortedMultiDictOps[K, V, SortedMultiDict, SortedMultiDict[K, V]] with Growable[(K, V)] with Shrinkable[(K, V)]

A mutable multidict whose keys are sorted

A mutable multidict whose keys are sorted

Attributes

K

the type of keys

V

the type of values

Companion:
object
Graph
Supertypes
trait Shrinkable[(K, V)]
trait Growable[(K, V)]
trait Clearable
trait SortedMultiDict[K, V]
trait SortedOps[K, SortedMultiDict[K, V]]
trait MultiDict[K, V]
trait Equals
trait Iterable[(K, V)]
trait Iterable[(K, V)]
trait IterableFactoryDefaults[(K, V), Iterable]
trait IterableOps[(K, V), Iterable, SortedMultiDict[K, V]]
trait IterableOnceOps[(K, V), Iterable, SortedMultiDict[K, V]]
trait IterableOnce[(K, V)]
class Object
trait Matchable
class Any
object SortedMultiDict extends SortedMapFactory[SortedMultiDict]

Attributes

Companion:
class
Graph
Supertypes
trait SortedMapFactory[SortedMultiDict]
trait Serializable
class Object
trait Matchable
class Any
Self type
class SortedMultiSet[A] extends MultiSet[A] with SortedMultiSet[A] with SortedMultiSetOps[A, SortedMultiSet, SortedMultiSet[A]] with MultiSetOps[A, MultiSet, SortedMultiSet[A]] with Growable[A] with 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.

Attributes

A

Type of elements

Companion:
object
Graph
Supertypes
trait SortedOps[A, SortedMultiSet[A]]
trait MultiSet[A]
trait Shrinkable[A]
trait Growable[A]
trait Clearable
trait MultiSet[A]
trait Equals
trait Iterable[A]
trait IterableFactoryDefaults[A, Iterable]
trait IterableOps[A, MultiSet, SortedMultiSet[A]]
trait IterableOnceOps[A, MultiSet, SortedMultiSet[A]]
trait IterableOnce[A]
class Object
trait Matchable
class Any
object SortedMultiSet extends SortedIterableFactory[SortedMultiSet]

Attributes

Companion:
class
Graph
Supertypes
trait SortedIterableFactory[SortedMultiSet]
trait EvidenceIterableFactory[SortedMultiSet, Ordering]
trait Serializable
class Object
trait Matchable
class Any
Self type