Packages

final class OldHashMap1[K, +V] extends OldHashMap[K, V]

Linear Supertypes
OldHashMap[K, V], java.io.Serializable, collection.StrictOptimizedMapOps[K, V, OldHashMap, OldHashMap[K, V]], StrictOptimizedIterableOps[(K, V), [_]Iterable[_], OldHashMap[K, V]], AbstractMap[K, V], Map[K, V], MapOps[K, V, [X, +Y]OldHashMap[X, Y], OldHashMap[K, V]], Iterable[(K, V)], collection.AbstractMap[K, V], collection.Map[K, V], Equals, MapFactoryDefaults[K, V, [x, y]OldHashMap[x, y], [x]Iterable[x]], collection.MapOps[K, V, [_, _]OldHashMap[_, _], OldHashMap[K, V]], PartialFunction[K, V], (K) => V, AbstractIterable[(K, V)], collection.Iterable[(K, V)], IterableFactoryDefaults[(K, V), [x]Iterable[x]], IterableOps[(K, V), [_]Iterable[_], OldHashMap[K, V]], IterableOnceOps[(K, V), [_]Iterable[_], OldHashMap[K, V]], IterableOnce[(K, V)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OldHashMap1
  2. OldHashMap
  3. Serializable
  4. StrictOptimizedMapOps
  5. StrictOptimizedIterableOps
  6. AbstractMap
  7. Map
  8. MapOps
  9. Iterable
  10. AbstractMap
  11. Map
  12. Equals
  13. MapFactoryDefaults
  14. MapOps
  15. PartialFunction
  16. Function1
  17. AbstractIterable
  18. Iterable
  19. IterableFactoryDefaults
  20. IterableOps
  21. IterableOnceOps
  22. IterableOnce
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OldHashMap1(key: K, hash: Int, value: V, kv: (K, V))

Type Members

  1. trait GenKeySet extends AnyRef
    Attributes
    protected
    Definition Classes
    MapOps
  2. class ImmutableKeySet extends AbstractSet[K] with MapOps.GenKeySet with DefaultSerializable
    Attributes
    protected
    Definition Classes
    MapOps
  3. class KeySet extends collection.AbstractSet[K] with GenKeySet with DefaultSerializable
    Attributes
    protected
    Definition Classes
    MapOps

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def +[V1 >: V](kv: (K, V1)): OldHashMap[K, V1]
    Definition Classes
    OldHashMap → MapOps → MapOps
    Annotations
    @inline()
  4. def ++[V2 >: V](xs: IterableOnce[(K, V2)]): OldHashMap[K, V2]
    Definition Classes
    MapOps
  5. final def ++[B >: (K, V)](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  6. final def -(key: K): OldHashMap[K, V]
    Definition Classes
    MapOps
    Annotations
    @inline()
  7. final def --(keys: IterableOnce[K]): OldHashMap[K, V]
    Definition Classes
    MapOps → MapOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def addString(sb: mutable.StringBuilder, start: String, sep: String, end: String): mutable.StringBuilder
    Definition Classes
    MapOps → IterableOnceOps
  10. final def addString(b: mutable.StringBuilder): mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. final def addString(b: mutable.StringBuilder, sep: String): mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  12. def andThen[C](k: PartialFunction[V, C]): PartialFunction[K, C]
    Definition Classes
    PartialFunction
  13. def andThen[C](k: (V) => C): PartialFunction[K, C]
    Definition Classes
    PartialFunction → Function1
  14. def apply(key: K): V
    Definition Classes
    MapOps → Function1
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  15. def applyOrElse[K1 <: K, V1 >: V](x: K1, default: (K1) => V1): V1
    Definition Classes
    MapOps → PartialFunction
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def canEqual(that: Any): Boolean
    Definition Classes
    Map → Equals
  18. def className: String
    Attributes
    protected[this]
    Definition Classes
    OldHashMap → Iterable
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. final def coll: OldHashMap1.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  21. def collect[K2, V2](pf: PartialFunction[(K, V), (K2, V2)]): OldHashMap[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  22. def collect[B](pf: PartialFunction[(K, V), B]): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  23. def collectFirst[B](pf: PartialFunction[(K, V), B]): Option[B]
    Definition Classes
    IterableOnceOps
  24. def compose[R](k: PartialFunction[R, K]): PartialFunction[R, V]
    Definition Classes
    PartialFunction
  25. def compose[A](g: (A) => K): (A) => V
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  26. def concat[V2 >: V](suffix: IterableOnce[(K, V2)]): OldHashMap[K, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  27. def concat[B >: (K, V)](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  28. final def contains(key: K): Boolean
    Definition Classes
    OldHashMap → MapOps
  29. def contains0(key: K, hash: Int, level: Int): Boolean
    Attributes
    protected
    Definition Classes
    OldHashMap1OldHashMap
  30. def copyToArray[B >: (K, V)](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  31. def copyToArray[B >: (K, V)](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  32. def copyToArray[B >: (K, V)](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  33. def corresponds[B](that: IterableOnce[B])(p: ((K, V), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  34. def count(p: ((K, V)) => Boolean): Int
    Definition Classes
    IterableOnceOps
  35. def default(key: K): V
    Definition Classes
    MapOps
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  36. def drop(n: Int): OldHashMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  37. def dropRight(n: Int): OldHashMap[K, V]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  38. def dropWhile(p: ((K, V)) => Boolean): OldHashMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  39. def elementWise: ElementWiseExtractor[K, V]
    Definition Classes
    PartialFunction
  40. def empty: OldHashMap[K, V]
    Definition Classes
    MapFactoryDefaults → IterableOps
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(o: Any): Boolean
    Definition Classes
    Map → Equals → AnyRef → Any
  43. def exists(p: ((K, V)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  44. def filter(pred: ((K, V)) => Boolean): OldHashMap[K, V]
    Definition Classes
    OldHashMap → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  45. def filter0(p: ((K, V)) => Boolean, negate: Boolean, level: Int, buffer: Array[OldHashMap[K, V]], offset0: Int): OldHashMap[K, V]
    Attributes
    protected
    Definition Classes
    OldHashMap1OldHashMap
  46. def filterImpl(pred: ((K, V)) => Boolean, isFlipped: Boolean): OldHashMap[K, V]
    Attributes
    protected[collection]
    Definition Classes
    StrictOptimizedIterableOps
  47. def filterNot(pred: ((K, V)) => Boolean): OldHashMap[K, V]
    Definition Classes
    OldHashMap → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  48. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  49. def find(p: ((K, V)) => Boolean): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  50. def flatMap[K2, V2](f: ((K, V)) => IterableOnce[(K2, V2)]): OldHashMap[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  51. def flatMap[B](f: ((K, V)) => IterableOnce[B]): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  52. def flatten[B](implicit toIterableOnce: ((K, V)) => IterableOnce[B]): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  53. def fold[A1 >: (K, V)](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  54. def foldLeft[B](z: B)(op: (B, (K, V)) => B): B
    Definition Classes
    IterableOnceOps
  55. def foldRight[B](z: B)(op: ((K, V), B) => B): B
    Definition Classes
    IterableOnceOps
  56. def forall(p: ((K, V)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  57. def foreach[U](f: ((K, V)) => U): Unit
    Definition Classes
    OldHashMap1 → IterableOnceOps
  58. def foreachEntry[U](f: (K, V) => U): Unit
    Definition Classes
    MapOps
  59. def fromSpecific(coll: IterableOnce[(K, V)]): OldHashMap[K, V]
    Attributes
    protected
    Definition Classes
    MapFactoryDefaults → IterableOps
  60. def get(key: K): Option[V]
    Definition Classes
    OldHashMap → MapOps
  61. def get0(key: K, hash: Int, level: Int): Option[V]
    Attributes
    protected[collection]
    Definition Classes
    OldHashMap1OldHashMap
  62. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  63. def getOrElse[V1 >: V](key: K, default: => V1): V1
    Definition Classes
    MapOps
  64. def groupBy[K](f: ((K, V)) => K): Map[K, OldHashMap[K, V]]
    Definition Classes
    IterableOps
  65. def groupMap[K, B](key: ((K, V)) => K)(f: ((K, V)) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  66. def groupMapReduce[K, B](key: ((K, V)) => K)(f: ((K, V)) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  67. def grouped(size: Int): Iterator[OldHashMap[K, V]]
    Definition Classes
    IterableOps
  68. def hashCode(): Int
    Definition Classes
    Map → AnyRef → Any
  69. def head: (K, V)
    Definition Classes
    IterableOps
  70. def headOption: Option[(K, V)]
    Definition Classes
    IterableOps
  71. def init: OldHashMap[K, V]
    Definition Classes
    OldHashMap → IterableOps
  72. def inits: Iterator[OldHashMap[K, V]]
    Definition Classes
    IterableOps
  73. def isDefinedAt(key: K): Boolean
    Definition Classes
    MapOps → PartialFunction
  74. def isEmpty: Boolean
    Definition Classes
    OldHashMap1 → IterableOnceOps
  75. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  76. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  77. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → Iterable → IterableOps
  78. def iterator: Iterator[(K, V)]
    Definition Classes
    OldHashMap1 → IterableOnce
  79. def keySet: Set[K]
    Definition Classes
    MapOps → MapOps
  80. def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[K, S]): S
    Definition Classes
    MapOps
  81. def keys: collection.Iterable[K]
    Definition Classes
    MapOps
  82. def keysIterator: Iterator[K]
    Definition Classes
    MapOps
  83. def knownSize: Int
    Definition Classes
    OldHashMap1 → IterableOnce
  84. def last: (K, V)
    Definition Classes
    IterableOps
  85. def lastOption: Option[(K, V)]
    Definition Classes
    IterableOps
  86. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[(K, V), B, OldHashMap1.this.type]
    Definition Classes
    Iterable
  87. def lift: (K) => Option[V]
    Definition Classes
    PartialFunction
  88. def map[K2, V2](f: ((K, V)) => (K2, V2)): OldHashMap[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  89. def map[B](f: ((K, V)) => B): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  90. def mapFactory: MapFactory[OldHashMap]
    Definition Classes
    OldHashMap → Map → Map → MapOps
  91. final def mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): OldHashMap[K2, V2]
    Attributes
    protected
    Definition Classes
    MapOps
    Annotations
    @inline()
  92. def max[B >: (K, V)](implicit ord: math.Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  93. def maxBy[B](f: ((K, V)) => B)(implicit cmp: math.Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  94. def maxByOption[B](f: ((K, V)) => B)(implicit cmp: math.Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  95. def maxOption[B >: (K, V)](implicit ord: math.Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  96. def merge0[V1 >: V](that: OldHashMap[K, V1], level: Int, merger: Merger[K, V1]): OldHashMap[K, V1]
    Attributes
    protected
    Definition Classes
    OldHashMap1OldHashMap
  97. def merged[V1 >: V](that: OldHashMap[K, V1])(mergef: MergeFunction[K, V1]): OldHashMap[K, V1]

    Creates a new map which is the merge of this and the argument hash map.

    Creates a new map which is the merge of this and the argument hash map.

    Uses the specified collision resolution function if two keys are the same. The collision resolution function will always take the first argument from this hash map and the second from that.

    The merged method is on average more performant than doing a traversal and reconstructing a new immutable hash map from scratch, or ++.

    V1

    the value type of the other hash map

    that

    the other hash map

    mergef

    the merge function or null if the first key-value pair is to be picked

    Definition Classes
    OldHashMap
  98. def min[B >: (K, V)](implicit ord: math.Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  99. def minBy[B](f: ((K, V)) => B)(implicit cmp: math.Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  100. def minByOption[B](f: ((K, V)) => B)(implicit cmp: math.Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  101. def minOption[B >: (K, V)](implicit ord: math.Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  102. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  103. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  104. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  105. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  106. def newSpecificBuilder: Builder[(K, V), OldHashMap[K, V]]
    Attributes
    protected
    Definition Classes
    MapFactoryDefaults → IterableOps
  107. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  108. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  109. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  110. def orElse[A1 <: K, B1 >: V](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  111. def partition(p: ((K, V)) => Boolean): (OldHashMap[K, V], OldHashMap[K, V])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  112. def partitionMap[A1, A2](f: ((K, V)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  113. def product[B >: (K, V)](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  114. def reduce[B >: (K, V)](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  115. def reduceLeft[B >: (K, V)](op: (B, (K, V)) => B): B
    Definition Classes
    IterableOnceOps
  116. def reduceLeftOption[B >: (K, V)](op: (B, (K, V)) => B): Option[B]
    Definition Classes
    IterableOnceOps
  117. def reduceOption[B >: (K, V)](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  118. def reduceRight[B >: (K, V)](op: ((K, V), B) => B): B
    Definition Classes
    IterableOnceOps
  119. def reduceRightOption[B >: (K, V)](op: ((K, V), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  120. final def removed(key: K): OldHashMap[K, V]
    Definition Classes
    OldHashMap → MapOps
  121. def removed0(key: K, hash: Int, level: Int): OldHashMap[K, V]
    Attributes
    protected
    Definition Classes
    OldHashMap1OldHashMap
  122. def removedAll(keys: IterableOnce[K]): OldHashMap[K, V]
    Definition Classes
    MapOps
  123. def reversed: collection.Iterable[(K, V)]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  124. def runWith[U](action: (V) => U): (K) => Boolean
    Definition Classes
    PartialFunction
  125. def scan[B >: (K, V)](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  126. def scanLeft[B](z: B)(op: (B, (K, V)) => B): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  127. def scanRight[B](z: B)(op: ((K, V), B) => B): Iterable[B]
    Definition Classes
    IterableOps
  128. def size: Int
    Definition Classes
    OldHashMap1 → IterableOnceOps
  129. def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IterableOps
  130. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  131. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  132. def slice(from: Int, until: Int): OldHashMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  133. def sliding(size: Int, step: Int): Iterator[OldHashMap[K, V]]
    Definition Classes
    IterableOps
  134. def sliding(size: Int): Iterator[OldHashMap[K, V]]
    Definition Classes
    IterableOps
  135. def span(p: ((K, V)) => Boolean): (OldHashMap[K, V], OldHashMap[K, V])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  136. def split: Seq[OldHashMap[K, V]]
    Definition Classes
    OldHashMap
  137. def splitAt(n: Int): (OldHashMap[K, V], OldHashMap[K, V])
    Definition Classes
    IterableOps → IterableOnceOps
  138. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(K, V), S]): S
    Definition Classes
    IterableOnce
  139. final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[(K, V), B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  140. final def strictOptimizedConcat[B >: (K, V), C2](that: IterableOnce[B], b: Builder[B, C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  141. final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: ((K, V)) => IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  142. final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: ((K, V)) => IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  143. final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: ((K, V)) => B): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  144. final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[((K, V), B), C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  145. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Map → Iterable
  146. def sum[B >: (K, V)](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  147. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  148. def tail: OldHashMap[K, V]
    Definition Classes
    OldHashMap → IterableOps
  149. def tails: Iterator[OldHashMap[K, V]]
    Definition Classes
    IterableOps
  150. def take(n: Int): OldHashMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  151. def takeRight(n: Int): OldHashMap[K, V]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  152. def takeWhile(p: ((K, V)) => Boolean): OldHashMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  153. def tapEach[U](f: ((K, V)) => U): OldHashMap[K, V]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  154. def to[C1](factory: Factory[(K, V), C1]): C1
    Definition Classes
    IterableOnceOps
  155. def toArray[B >: (K, V)](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  156. final def toBuffer[B >: (K, V)]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  157. def toIndexedSeq: IndexedSeq[(K, V)]
    Definition Classes
    IterableOnceOps
  158. final def toIterable: OldHashMap1.this.type
    Definition Classes
    Iterable → IterableOps
  159. def toList: List[(K, V)]
    Definition Classes
    IterableOnceOps
  160. final def toMap[K2, V2](implicit ev: <:<[(K, V), (K2, V2)]): Map[K2, V2]
    Definition Classes
    Map → IterableOnceOps
  161. def toSeq: Seq[(K, V)]
    Definition Classes
    IterableOnceOps
  162. def toSet[B >: (K, V)]: Set[B]
    Definition Classes
    IterableOnceOps
  163. def toString(): String
    Definition Classes
    Map → Function1 → Iterable → AnyRef → Any
  164. def toVector: Vector[(K, V)]
    Definition Classes
    IterableOnceOps
  165. def transform[W](f: (K, V) => W): OldHashMap[K, W]
    Definition Classes
    MapOps
  166. def transpose[B](implicit asIterable: ((K, V)) => collection.Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  167. def unapply(a: K): Option[V]
    Definition Classes
    PartialFunction
  168. def unzip[A1, A2](implicit asPair: ((K, V)) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  169. def unzip3[A1, A2, A3](implicit asTriple: ((K, V)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  170. final def updated[V1 >: V](key: K, value: V1): OldHashMap[K, V1]
    Definition Classes
    OldHashMap → MapOps
  171. def updated0[V1 >: V](key: K, hash: Int, level: Int, value: V1, kv: (K, V1), merger: Merger[K, V1]): OldHashMap[K, V1]
    Attributes
    protected[collection]
    Definition Classes
    OldHashMap1OldHashMap
  172. def updatedWith[V1 >: V](key: K)(remappingFunction: (Option[V]) => Option[V1]): OldHashMap[K, V1]
    Definition Classes
    MapOps
  173. def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[V, S]): S
    Definition Classes
    MapOps
  174. def values: collection.Iterable[V]
    Definition Classes
    MapOps
  175. def valuesIterator: Iterator[V]
    Definition Classes
    MapOps
  176. def view: MapView[K, V]
    Definition Classes
    MapOps → IterableOps
  177. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  178. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  179. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  180. def withDefault[V1 >: V](d: (K) => V1): Map[K, V1]
    Definition Classes
    Map
  181. def withDefaultValue[V1 >: V](d: V1): Map[K, V1]
    Definition Classes
    Map
  182. def withFilter(p: ((K, V)) => Boolean): MapOps.WithFilter[K, V, [x]Iterable[x], [x, y]OldHashMap[x, y]]
    Definition Classes
    MapFactoryDefaults → IterableOps
  183. def zip[B](that: IterableOnce[B]): Iterable[((K, V), B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  184. def zipAll[A1 >: (K, V), B](that: collection.Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  185. def zipWithIndex: Iterable[((K, V), Int)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps

Deprecated Value Members

  1. def +[V1 >: V](elem1: (K, V1), elem2: (K, V1), elems: (K, V1)*): OldHashMap[K, V1]
    Definition Classes
    StrictOptimizedMapOps → MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs

  2. def ++:[V1 >: V](that: IterableOnce[(K, V1)]): OldHashMap[K, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  3. def ++:[B >: (K, V)](that: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  4. def -(key1: K, key2: K, keys: K*): OldHashMap[K, V]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -- with an explicit collection

  5. final def /:[B](z: B)(op: (B, (K, V)) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  6. final def :\[B](z: B)(op: ((K, V), B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  7. def aggregate[B](z: => B)(seqop: (B, (K, V)) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  8. def companion: IterableFactory[[_]Iterable[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  9. final def copyToBuffer[B >: (K, V)](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  10. def filterKeys(p: (K) => Boolean): MapView[K, V]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.filterKeys(f). A future version will include a strict version of this method (for now, .view.filterKeys(p).toMap).

  11. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  12. def mapValues[W](f: (V) => W): MapView[K, W]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).

  13. final def repr: OldHashMap[K, V]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  14. def seq: OldHashMap1.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  15. final def toIterator: Iterator[(K, V)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  16. final def toStream: Stream[(K, V)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  17. final def toTraversable: collection.Traversable[(K, V)]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  18. def view(from: Int, until: Int): View[(K, V)]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

Inherited from OldHashMap[K, V]

Inherited from java.io.Serializable

Inherited from StrictOptimizedIterableOps[(K, V), [_]Iterable[_], OldHashMap[K, V]]

Inherited from AbstractMap[K, V]

Inherited from Map[K, V]

Inherited from MapOps[K, V, [X, +Y]OldHashMap[X, Y], OldHashMap[K, V]]

Inherited from Iterable[(K, V)]

Inherited from collection.AbstractMap[K, V]

Inherited from collection.Map[K, V]

Inherited from Equals

Inherited from MapFactoryDefaults[K, V, [x, y]OldHashMap[x, y], [x]Iterable[x]]

Inherited from collection.MapOps[K, V, [_, _]OldHashMap[_, _], OldHashMap[K, V]]

Inherited from PartialFunction[K, V]

Inherited from (K) => V

Inherited from AbstractIterable[(K, V)]

Inherited from collection.Iterable[(K, V)]

Inherited from IterableFactoryDefaults[(K, V), [x]Iterable[x]]

Inherited from IterableOps[(K, V), [_]Iterable[_], OldHashMap[K, V]]

Inherited from IterableOnceOps[(K, V), [_]Iterable[_], OldHashMap[K, V]]

Inherited from IterableOnce[(K, V)]

Inherited from AnyRef

Inherited from Any

Ungrouped