OldHashMap

scala.collection.immutable.OldHashMap
See theOldHashMap companion class
object OldHashMap extends MapFactory[OldHashMap]

$factoryInfo

Attributes

Companion
class
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
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
class OldHashMap[K, V]
trait Serializable
class AbstractMap[K, V]
trait Map[K, V]
trait MapOps[K, V, OldHashMap, OldHashMap[K, V]]
trait Iterable[(K, V)]
class AbstractMap[K, V]
trait Map[K, V]
trait Equals
trait MapOps[K, V, OldHashMap, OldHashMap[K, V]]
trait PartialFunction[K, V]
trait K => V
class AbstractIterable[(K, V)]
trait Iterable[(K, V)]
trait IterableOps[(K, V), Iterable, OldHashMap[K, V]]
trait IterableOnceOps[(K, V), Iterable, OldHashMap[K, V]]
trait IterableOnce[(K, V)]
class Object
trait Matchable
class Any
Show all
final class OldHashMap1[K, +V](val key: K, val hash: Int, val value: V, var kv: (K, V)) extends OldHashMap[K, V]

Attributes

Supertypes
class OldHashMap[K, V]
trait Serializable
class AbstractMap[K, V]
trait Map[K, V]
trait MapOps[K, V, OldHashMap, OldHashMap[K, V]]
trait Iterable[(K, V)]
class AbstractMap[K, V]
trait Map[K, V]
trait Equals
trait MapOps[K, V, OldHashMap, OldHashMap[K, V]]
trait PartialFunction[K, V]
trait K => V
class AbstractIterable[(K, V)]
trait Iterable[(K, V)]
trait IterableOps[(K, V), Iterable, OldHashMap[K, V]]
trait IterableOnceOps[(K, V), Iterable, OldHashMap[K, V]]
trait IterableOnce[(K, V)]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def empty[K, V]: OldHashMap[K, V]
def from[K, V](it: IterableOnce[(K, V)]): OldHashMap[K, V]
def newBuilder[K, V]: Builder[(K, V), OldHashMap[K, V]]

Inherited methods

def apply[K, V](elems: (K, V)*): OldHashMap[K, V]

Attributes

Inherited from:
MapFactory

Implicits

Inherited implicits

implicit def mapFactory[K, V]: Factory[(K, V), OldHashMap[K, V]]

Attributes

Inherited from:
MapFactory