|
|
Scala 2.3.3
|
object
Map
extends java.lang.Object
with scala.ScalaObject
scala.collection.Map as well as for update,
and -=.| Constructor Summary | |
def
this
|
|
| Def Summary | |
def
apply
[A, B]
(elems: {A, B}*)
: scala.collection.mutable.Map[A, B]
The canonical factory for this type |
|
def
empty
[A, B]
: scala.collection.mutable.HashMap[A, B]
The empty map of this type; this is implemented as a hashtable |
|
| Constructor Detail |
| Def Detail |
def
apply
[A, B](elems: {A, B}*): scala.collection.mutable.Map[A, B]
def
empty
[A, B]: scala.collection.mutable.HashMap[A, B]