Packages

object WeakHashMap extends MapFactory[WeakHashMap]

This object provides a set of operations to create WeakHashMap values.

Annotations
@SerialVersionUID()
Source
WeakHashMap.scala
Linear Supertypes
MapFactory[WeakHashMap], java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WeakHashMap
  2. MapFactory
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[K, V](elems: (K, V)*): WeakHashMap[K, V]
    Definition Classes
    MapFactory
  2. def empty[K, V]: WeakHashMap[K, V]
    Definition Classes
    WeakHashMapMapFactory
  3. def from[K, V](it: IterableOnce[(K, V)]): WeakHashMap[K, V]
    Definition Classes
    WeakHashMapMapFactory
  4. implicit def mapFactory[K, V]: Factory[(K, V), WeakHashMap[K, V]]
    Definition Classes
    MapFactory
  5. def newBuilder[K, V]: Builder[(K, V), WeakHashMap[K, V]]
    Definition Classes
    WeakHashMapMapFactory