scala.collection.immutable

object TreeHashMap

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

object TreeHashMap
extends AnyRef
Method Summary
def apply [Key, Value](elems : (Key, Value)*) : TreeHashMap[Key, Value]
def empty [Key, Value] : TreeHashMap[Key, Value]
def fromIterable [Key, Value](elems : Iterable[(Key, Value)]) : TreeHashMap[Key, Value]
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[Key, Value] : TreeHashMap[Key, Value]

def apply[Key, Value](elems : (Key, Value)*) : TreeHashMap[Key, Value]

def fromIterable[Key, Value](elems : Iterable[(Key, Value)]) : TreeHashMap[Key, Value]