|
Scala Library
|
|
abstract
class
MapFactory[CC]
extends AnyRefmutable.Map and
subclasses thereof.| Type Summary | |
type
|
Coll |
| Method Summary | |
def
|
apply [A, B](elems : (A, B)*) : CC[A, B] |
abstract def
|
empty [A, B] : CC[A, B] |
def
|
newBuilder [A, B] : Builder[(A, B), CC[A, B]] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Class Summary | |
class
|
MapCanBuildFrom
[A, B] extends CanBuildFrom[CC, (A, B), CC[A, B]] with AnyRef
|
| Type Details |
| Method Details |
|
Scala Library
|
|