scala.collection.mutable
A subtrait of collection.IndexedSeq which represents sequences that can be mutated.
A subtrait of collection.IndexedSeq which represents sequences that can be mutated.
The canonical builder for collections that are addable, i.e. that support an efficient + method which adds an element to the collection. Collections are built from their empty element using this + method.
an empty map.
can be used as an adaptor to create mutable maps.
can be used as an adaptor to create mutable maps from immutable map implementations. Only method empty has to be redefined.
the immutable map on which this mutable map is originally based is not empty. empty is supposed to return the representation of an empty map.
some immutable map thinggy of no practical use.
A subtrait of collection.IndexedSeq which represents sequences that can be mutated.
The canonical builder for collections that are addable, i.e. that support an efficient + method which adds an element to the collection. Collections are built from their empty element using this + method.
A subtrait of collection.IndexedSeq which represents sequences that can be mutated.
The canonical builder for collections that are addable, i.e. that support an efficient + method which adds an element to the collection. Collections are built from their empty element using this + method.
A subtrait of collection.IndexedSeq which represents sequences that can be mutated.
Some inner class
Some type parameter
Counted iterators keep track of the number of elements seen so far
A subtrait of collection.IndexedSeq which represents sequences that can be mutated.
A subtrait of collection.IndexedSeq which represents sequences that can be mutated.
This class can be used as an adaptor to create mutable maps from immutable map implementations. Only method empty has to be redefined if the immutable map on which this mutable map is originally based is not empty. empty is supposed to return the representation of an empty map.
A subtrait of collection.IndexedSeq which represents sequences that can be mutated.
The canonical builder for collections that are addable, i.e. that support an efficient + method which adds an element to the collection. Collections are
built
from their empty element using this + method.