|
Scala 2.4.0-RC2
|
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 Detail |
def
Empty
[A, B](view$0: (A) => scala.Ordered[A]): scala.collection.immutable.TreeMap[A, B]
empty
instead
def
apply
[A, B](elems: (A, B)*)(view$2: (A) => scala.Ordered[A]): scala.collection.immutable.SortedMap[A, B]
def
empty
[A, B](view$1: (A) => scala.Ordered[A]): scala.collection.immutable.TreeMap[A, B]