|
Scala Library
|
|
scala/collection/immutable/Map.scala]
object
Map
extends AnyRefAn object for creating immutable maps. These are implemented using immutable hash maps.
| Method Summary | |
def
|
apply [A, B](elems : (A, B)*) : Map[A, B] |
def
|
empty [A, B] : Map[A, B] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library
|
|