|
Scala Library
|
|
scala/collection/mutable/HashMap.scala]
object
HashMap
extends MutableMapFactory[HashMap]| Method Summary | |
implicit def
|
canBuildFrom [A, B] : CanBuildFrom[HashMap, (A, B), HashMap[A, B]] |
def
|
empty [A, B] : HashMap[A, B] |
| Methods inherited from MapFactory | |
| apply, newBuilder |
| 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 |
|
Scala Library
|
|