scala.collection.mutable

object LinkedHashMap

[source: scala/collection/mutable/LinkedHashMap.scala]

object LinkedHashMap
extends MutableMapFactory[LinkedHashMap]
This class implements mutable maps using a hashtable.
Author
Matthias Zenger
Martin Odersky
Version
2.8
Since
2.7
Method Summary
implicit def canBuildFrom [A, B] : CanBuildFrom[LinkedHashMap, (A, B), LinkedHashMap[A, B]]
def empty [A, B] : LinkedHashMap[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
implicit def canBuildFrom[A, B] : CanBuildFrom[LinkedHashMap, (A, B), LinkedHashMap[A, B]]

def empty[A, B] : LinkedHashMap[A, B]