in scala.collection.immutable
object ListMap

object ListMap
extends java.lang.Object
with scala.ScalaObject

Constructor Summary
def this

Def Summary
def Empty [A, B] : scala.collection.immutable.ListMap[A, B]
The empty map of this type
def apply [A, B] (elems: (A, B)*) : scala.collection.immutable.Map[A, B]
The canonical factory for this type
def empty [A, B] : scala.collection.immutable.ListMap[A, B]
The empty map of this type
Constructor Detail
def this

Def Detail
@scala.deprecated

def Empty [A, B]: scala.collection.immutable.ListMap[A, B]
The empty map of this type
Deprecated:
use empty instead

def apply [A, B](elems: (A, B)*): scala.collection.immutable.Map[A, B]
The canonical factory for this type

def empty [A, B]: scala.collection.immutable.ListMap[A, B]
The empty map of this type