Scala Library
|
|
object
LinkedHashMap
extends
MutableMapFactory[LinkedHashMap]Method Summary | |
implicit def
|
builderFactory [A, B] : BuilderFactory[(A, B), LinkedHashMap[A, B], LinkedHashMap] |
def
|
empty [A, B] : LinkedHashMap[A, B] |
Methods inherited from MutableMapFactory | |
newBuilder |
Methods inherited from MapFactory | |
apply |
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 |
implicit
def
builderFactory[A, B] : BuilderFactory[(A, B), LinkedHashMap[A, B], LinkedHashMap]
def
empty[A, B] : LinkedHashMap[A, B]
Scala Library
|
|