On this page
Object scala.collection.mutable.WeakHashMap
@SerialVersionUID(3L)
This object provides a set of operations to create WeakHashMap
values.
Supertypes | |
---|---|
Self type |
Concrete methods
Source
def empty[K, V]: WeakHashMap[K, V]
Source
Source
Inherited methods
Source
def apply[K, V](elems: (K, V)*): WeakHashMap[K, V]
A collection of type Map that contains given key/value bindings.
Inherited from | MapFactory |
---|
Inherited implicits
Source
The default Factory instance for maps.
Inherited from | MapFactory |
---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/collection/mutable/WeakHashMap$.html