scala.collection.immutable.OldHashMap
See theOldHashMap companion class
object OldHashMap extends MapFactory[OldHashMap]
$factoryInfo
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
OldHashMap.type
Members list
Type members
Classlikes
final class HashTrieMap[K, +V](val bitmap: Int, val elems: Array[OldHashMap[K, V]], val size0: Int) extends OldHashMap[K, V]
Attributes
- Supertypes
final class OldHashMap1[K, +V](val key: K, val hash: Int, val value: V, var kv: (K, V)) extends OldHashMap[K, V]
Attributes
- Supertypes
Implicits
Inherited implicits
Attributes
- Inherited from:
- MapFactory
In this article