in scala.collection.immutable
object TreeMap

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

Constructor Summary
def this

Def Summary
def Empty [A, B] (view$0: (A) => scala.Ordered[A]) : scala.collection.immutable.TreeMap[A, B]
The empty map of this type
def apply [A, B] (elems: (A, B)*)(view$2: (A) => scala.Ordered[A]) : scala.collection.immutable.SortedMap[A, B]
The canonical factory for this type
def empty [A, B] (view$1: (A) => scala.Ordered[A]) : scala.collection.immutable.TreeMap[A, B]
The empty map of this type
Constructor Detail
def this

Def Detail
@scala.deprecated

def Empty [A, B](view$0: (A) => scala.Ordered[A]): scala.collection.immutable.TreeMap[A, B]
The empty map of this type
Deprecated:
use empty instead

def apply [A, B](elems: (A, B)*)(view$2: (A) => scala.Ordered[A]): scala.collection.immutable.SortedMap[A, B]
The canonical factory for this type

def empty [A, B](view$1: (A) => scala.Ordered[A]): scala.collection.immutable.TreeMap[A, B]
The empty map of this type