|
Scala Library
|
|
object
LinkedHashMap
extends AnyRef| Method Summary | |
def
|
apply
[A, B](elems : (A, B)*) : Map[A, B]
The canonical factory for this type
|
def
|
empty
[A, B] : LinkedHashMap[A, B]
The empty map of this type
|
| 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[A, B] : LinkedHashMap[A, B]
|
Scala Library
|
|