scala.collection.immutable

object LongMap

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

object LongMap
extends AnyRef
Method Summary
def apply [T](elems : (Long, T)*) : LongMap[T]
def empty [T] : LongMap[T]
def singleton [T](key : Long, value : T) : LongMap[T]
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
def empty[T] : LongMap[T]

def singleton[T](key : Long, value : T) : LongMap[T]

def apply[T](elems : (Long, T)*) : LongMap[T]