scala.collection.immutable

object ListMap

[source: scala/collection/immutable/ListMap.scala]

object ListMap
extends AnyRef
The canonical factory of ListMap's
Method Summary
def Empty [A, B] : ListMap[A, B]
The empty map of this type
def apply [A, B](elems : (A, B)*) : Map[A, B]
The canonical factory for this type
def empty [A, B] : ListMap[A, B]
The empty map of this type
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
@deprecated

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

def empty[A, B] : ListMap[A, B]
The empty map of this type

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