c

util

StackedMap

class StackedMap[K, V] extends Map[K, V]

Linear Supertypes
Map[K, V], MapOps[K, V, Map, Map[K, V]], Shrinkable[K], Builder[(K, V), Map[K, V]], Growable[(K, V)], Clearable, Cloneable[Map[K, V]], Cloneable, Map[K, V], Equals, MapFactoryDefaults[K, V, [x, y]Map[x, y], [x]Iterable[x]], MapOps[K, V, [_, _]Map[_, _], Map[K, V]], PartialFunction[K, V], (K) => V, Iterable[(K, V)], Iterable[(K, V)], IterableFactoryDefaults[(K, V), [x]Iterable[x]], IterableOps[(K, V), [_]Iterable[_], Map[K, V]], IterableOnceOps[(K, V), [_]Iterable[_], Map[K, V]], IterableOnce[(K, V)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StackedMap
  2. Map
  3. MapOps
  4. Shrinkable
  5. Builder
  6. Growable
  7. Clearable
  8. Cloneable
  9. Cloneable
  10. Map
  11. Equals
  12. MapFactoryDefaults
  13. MapOps
  14. PartialFunction
  15. Function1
  16. Iterable
  17. Iterable
  18. IterableFactoryDefaults
  19. IterableOps
  20. IterableOnceOps
  21. IterableOnce
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StackedMap()

Type Members

  1. trait GenKeySet extends AnyRef
    Attributes
    protected
    Definition Classes
    MapOps
  2. class KeySet extends 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. def ++[V2 >: V](xs: IterableOnce[(K, V2)]): Map[K, V2]
    Definition Classes
    MapOps
  4. final def ++[B >: (K, V)](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. final def ++=(xs: IterableOnce[(K, V)]): StackedMap.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  6. final def +=(elem: (K, V)): StackedMap.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  7. final def --=(xs: IterableOnce[K]): StackedMap.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  8. def -=(elem1: K, elem2: K, elems: K*): StackedMap.this.type
    Definition Classes
    Shrinkable
  9. final def -=(elem: K): StackedMap.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def addAll(xs: IterableOnce[(K, V)]): StackedMap.this.type
    Definition Classes
    Growable
  12. def addOne(kv: (K, V)): StackedMap.this.type
    Definition Classes
    StackedMap → Growable
  13. def addString(sb: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    MapOps → IterableOnceOps
  14. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  15. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  16. def andThen[C](k: PartialFunction[V, C]): PartialFunction[K, C]
    Definition Classes
    PartialFunction
  17. def andThen[C](k: (V) => C): PartialFunction[K, C]
    Definition Classes
    PartialFunction → Function1
  18. def apply(key: K): V
    Definition Classes
    MapOps → Function1
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  19. def applyOrElse[K1 <: K, V1 >: V](x: K1, default: (K1) => V1): V1
    Definition Classes
    MapOps → PartialFunction
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def canEqual(that: Any): Boolean
    Definition Classes
    Map → Equals
  22. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  23. def clear(): Unit
    Definition Classes
    MapOps → Builder → Clearable
  24. def clone(): Map[K, V]
    Definition Classes
    MapOps → Cloneable → AnyRef
  25. final def coll: StackedMap.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  26. def collect[K2, V2](pf: PartialFunction[(K, V), (K2, V2)]): Map[K2, V2]
    Definition Classes
    MapOps
  27. def collect[B](pf: PartialFunction[(K, V), B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  28. def collectFirst[B](pf: PartialFunction[(K, V), B]): Option[B]
    Definition Classes
    IterableOnceOps
  29. def compose[R](k: PartialFunction[R, K]): PartialFunction[R, V]
    Definition Classes
    PartialFunction
  30. def compose[A](g: (A) => K): (A) => V
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  31. def concat[V2 >: V](suffix: IterableOnce[(K, V2)]): Map[K, V2]
    Definition Classes
    MapOps
  32. def concat[B >: (K, V)](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  33. def contains(key: K): Boolean
    Definition Classes
    MapOps
  34. def copyToArray[B >: (K, V)](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  35. def copyToArray[B >: (K, V)](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  36. def copyToArray[B >: (K, V)](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
  37. def corresponds[B](that: IterableOnce[B])(p: ((K, V), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  38. def count(p: ((K, V)) => Boolean): Int
    Definition Classes
    IterableOnceOps
  39. def current: Map[K, V]
  40. def default(key: K): V
    Definition Classes
    MapOps
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  41. def drop(n: Int): Map[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  42. def dropRight(n: Int): Map[K, V]
    Definition Classes
    IterableOps
  43. def dropWhile(p: ((K, V)) => Boolean): Map[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  44. def elementWise: ElementWiseExtractor[K, V]
    Definition Classes
    PartialFunction
  45. def empty: Map[K, V]
    Definition Classes
    MapFactoryDefaults → IterableOps
  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(o: Any): Boolean
    Definition Classes
    Map → Equals → AnyRef → Any
  48. def exists(p: ((K, V)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  49. def filter(pred: ((K, V)) => Boolean): Map[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  50. def filterInPlace(p: (K, V) => Boolean): StackedMap.this.type
    Definition Classes
    MapOps
  51. def filterNot(pred: ((K, V)) => Boolean): Map[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  52. def find(p: ((K, V)) => Boolean): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  53. def flatMap[K2, V2](f: ((K, V)) => IterableOnce[(K2, V2)]): Map[K2, V2]
    Definition Classes
    MapOps
  54. def flatMap[B](f: ((K, V)) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  55. def flatten[B](implicit asIterable: ((K, V)) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  56. def fold[A1 >: (K, V)](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  57. def foldLeft[B](z: B)(op: (B, (K, V)) => B): B
    Definition Classes
    IterableOnceOps
  58. def foldRight[B](z: B)(op: ((K, V), B) => B): B
    Definition Classes
    IterableOnceOps
  59. def forall(p: ((K, V)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  60. def foreach[U](f: ((K, V)) => U): Unit
    Definition Classes
    IterableOnceOps
  61. def foreachEntry[U](f: (K, V) => U): Unit
    Definition Classes
    MapOps
  62. def fromSpecific(coll: IterableOnce[(K, V)]): Map[K, V]
    Attributes
    protected
    Definition Classes
    MapFactoryDefaults → IterableOps
  63. def get(key: K): Option[V]
    Definition Classes
    StackedMap → MapOps
  64. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  65. def getOrElse[V1 >: V](key: K, default: => V1): V1
    Definition Classes
    MapOps
  66. def getOrElseUpdate(key: K, op: => V): V
    Definition Classes
    MapOps
  67. def groupBy[K](f: ((K, V)) => K): Map[K, Map[K, V]]
    Definition Classes
    IterableOps
  68. def groupMap[K, B](key: ((K, V)) => K)(f: ((K, V)) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  69. def groupMapReduce[K, B](key: ((K, V)) => K)(f: ((K, V)) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  70. def grouped(size: Int): Iterator[Map[K, V]]
    Definition Classes
    IterableOps
  71. def hashCode(): Int
    Definition Classes
    Map → AnyRef → Any
  72. def head: (K, V)
    Definition Classes
    IterableOps
  73. def headOption: Option[(K, V)]
    Definition Classes
    IterableOps
  74. def init: Map[K, V]
    Definition Classes
    IterableOps
  75. def inits: Iterator[Map[K, V]]
    Definition Classes
    IterableOps
  76. def isDefinedAt(key: K): Boolean
    Definition Classes
    MapOps → PartialFunction
  77. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  78. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  79. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  80. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → Iterable → IterableOps
  81. def iterator: Iterator[(K, V)]
    Definition Classes
    StackedMap → IterableOnce
  82. def keySet: Set[K]
    Definition Classes
    MapOps
  83. def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[K, S]): S
    Definition Classes
    MapOps
  84. def keys: Iterable[K]
    Definition Classes
    MapOps
  85. def keysIterator: Iterator[K]
    Definition Classes
    MapOps
  86. def knownSize: Int
    Definition Classes
    MapOps → Growable → IterableOnce
  87. def last: (K, V)
    Definition Classes
    IterableOps
  88. def lastOption: Option[(K, V)]
    Definition Classes
    IterableOps
  89. def lazyZip[B](that: Iterable[B]): LazyZip2[(K, V), B, StackedMap.this.type]
    Definition Classes
    Iterable
  90. def lift: (K) => Option[V]
    Definition Classes
    PartialFunction
  91. def map[K2, V2](f: ((K, V)) => (K2, V2)): Map[K2, V2]
    Definition Classes
    MapOps
  92. def map[B](f: ((K, V)) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  93. def mapFactory: MapFactory[Map]
    Definition Classes
    Map → Map → MapOps
  94. final def mapFromIterable[K2, V2](it: Iterable[(K2, V2)]): Map[K2, V2]
    Attributes
    protected
    Definition Classes
    MapOps
    Annotations
    @inline()
  95. def mapResult[NewTo](f: (Map[K, V]) => NewTo): Builder[(K, V), NewTo]
    Definition Classes
    Builder
  96. def mapValuesInPlace(f: (K, V) => V): StackedMap.this.type
    Definition Classes
    MapOps
  97. def max[B >: (K, V)](implicit ord: Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  98. def maxBy[B](f: ((K, V)) => B)(implicit cmp: Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  99. def maxByOption[B](f: ((K, V)) => B)(implicit cmp: Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  100. def maxOption[B >: (K, V)](implicit ord: Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  101. def min[B >: (K, V)](implicit ord: Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  102. def minBy[B](f: ((K, V)) => B)(implicit cmp: Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  103. def minByOption[B](f: ((K, V)) => B)(implicit cmp: Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  104. def minOption[B >: (K, V)](implicit ord: Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  105. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  106. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  107. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  108. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  109. def newSpecificBuilder: Builder[(K, V), Map[K, V]]
    Attributes
    protected
    Definition Classes
    MapFactoryDefaults → IterableOps
  110. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  111. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  112. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  113. def orElse[A1 <: K, B1 >: V](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  114. def partition(p: ((K, V)) => Boolean): (Map[K, V], Map[K, V])
    Definition Classes
    IterableOps
  115. def partitionMap[A1, A2](f: ((K, V)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  116. def pop(): Unit
  117. def product[B >: (K, V)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  118. def push(): Unit
  119. def put(key: K, value: V): Option[V]
    Definition Classes
    MapOps
  120. def reduce[B >: (K, V)](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  121. def reduceLeft[B >: (K, V)](op: (B, (K, V)) => B): B
    Definition Classes
    IterableOnceOps
  122. def reduceLeftOption[B >: (K, V)](op: (B, (K, V)) => B): Option[B]
    Definition Classes
    IterableOnceOps
  123. def reduceOption[B >: (K, V)](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  124. def reduceRight[B >: (K, V)](op: ((K, V), B) => B): B
    Definition Classes
    IterableOnceOps
  125. def reduceRightOption[B >: (K, V)](op: ((K, V), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  126. def remove(key: K): Option[V]
    Definition Classes
    MapOps
  127. def result(): Map[K, V]
    Definition Classes
    MapOps → Builder
  128. def reversed: Iterable[(K, V)]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  129. def runWith[U](action: (V) => U): (K) => Boolean
    Definition Classes
    PartialFunction
  130. def scan[B >: (K, V)](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  131. def scanLeft[B](z: B)(op: (B, (K, V)) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  132. def scanRight[B](z: B)(op: ((K, V), B) => B): Iterable[B]
    Definition Classes
    IterableOps
  133. def size: Int
    Definition Classes
    IterableOnceOps
  134. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  135. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  136. final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  137. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  138. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  139. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  140. def slice(from: Int, until: Int): Map[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  141. def sliding(size: Int, step: Int): Iterator[Map[K, V]]
    Definition Classes
    IterableOps
  142. def sliding(size: Int): Iterator[Map[K, V]]
    Definition Classes
    IterableOps
  143. def span(p: ((K, V)) => Boolean): (Map[K, V], Map[K, V])
    Definition Classes
    IterableOps → IterableOnceOps
  144. def splitAt(n: Int): (Map[K, V], Map[K, V])
    Definition Classes
    IterableOps → IterableOnceOps
  145. var stack: List[Map[K, V]]
  146. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(K, V), S]): S
    Definition Classes
    IterableOnce
  147. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Map → Iterable
  148. def subtractAll(xs: IterableOnce[K]): StackedMap.this.type
    Definition Classes
    Shrinkable
  149. def subtractOne(key: K): StackedMap.this.type
    Definition Classes
    StackedMap → Shrinkable
  150. def sum[B >: (K, V)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  151. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  152. def tail: Map[K, V]
    Definition Classes
    IterableOps
  153. def tails: Iterator[Map[K, V]]
    Definition Classes
    IterableOps
  154. def take(n: Int): Map[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  155. def takeRight(n: Int): Map[K, V]
    Definition Classes
    IterableOps
  156. def takeWhile(p: ((K, V)) => Boolean): Map[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  157. def tapEach[U](f: ((K, V)) => U): Map[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  158. def to[C1](factory: Factory[(K, V), C1]): C1
    Definition Classes
    IterableOnceOps
  159. def toArray[B >: (K, V)](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  160. final def toBuffer[B >: (K, V)]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  161. def toIndexedSeq: IndexedSeq[(K, V)]
    Definition Classes
    IterableOnceOps
  162. final def toIterable: StackedMap.this.type
    Definition Classes
    Iterable → IterableOps
  163. def toList: List[(K, V)]
    Definition Classes
    IterableOnceOps
  164. def toMap[K, V](implicit ev: <:<[(K, V), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  165. def toSeq: Seq[(K, V)]
    Definition Classes
    IterableOnceOps
  166. def toSet[B >: (K, V)]: Set[B]
    Definition Classes
    IterableOnceOps
  167. def toString(): String
    Definition Classes
    Map → Function1 → Iterable → AnyRef → Any
  168. def toVector: Vector[(K, V)]
    Definition Classes
    IterableOnceOps
  169. def transpose[B](implicit asIterable: ((K, V)) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  170. def unapply(a: K): Option[V]
    Definition Classes
    PartialFunction
  171. def unzip[A1, A2](implicit asPair: ((K, V)) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  172. def unzip3[A1, A2, A3](implicit asTriple: ((K, V)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  173. def update(key: K, value: V): Unit
    Definition Classes
    MapOps
  174. def updateWith(key: K)(remappingFunction: (Option[V]) => Option[V]): Option[V]
    Definition Classes
    MapOps
  175. def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[V, S]): S
    Definition Classes
    MapOps
  176. def values: Iterable[V]
    Definition Classes
    MapOps
  177. def valuesIterator: Iterator[V]
    Definition Classes
    MapOps
  178. def view: MapView[K, V]
    Definition Classes
    MapOps → IterableOps
  179. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  180. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  181. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  182. def withDefault(d: (K) => V): Map[K, V]
    Definition Classes
    Map
  183. def withDefaultValue(d: V): Map[K, V]
    Definition Classes
    Map
  184. def withFilter(p: ((K, V)) => Boolean): WithFilter[K, V, [x]Iterable[x], [x, y]Map[x, y]]
    Definition Classes
    MapFactoryDefaults → IterableOps
  185. def zip[B](that: IterableOnce[B]): Iterable[((K, V), B)]
    Definition Classes
    IterableOps
  186. def zipAll[A1 >: (K, V), B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  187. def zipWithIndex: Iterable[((K, V), Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

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

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

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

    (Since version 2.13.0) Consider requiring an immutable Map or fall back to Map.concat.

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

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

  4. 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

  5. final def +=(elem1: (K, V), elem2: (K, V), elems: (K, V)*): StackedMap.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= (addAll) instead of varargs +=

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

    (Since version 2.13.0) Use -- or removeAll on an immutable Map

  7. final def -(key: K): Map[K, V]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use - or remove on an immutable Map

  8. def --(keys: IterableOnce[K]): Map[K, V]
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Map.

  9. 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 /:

  10. 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 :\

  11. 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.

  12. 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

  13. 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

  14. 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).

  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. 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)

  17. 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).

  18. final def repr: Map[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

  19. final def retain(p: (K, V) => Boolean): StackedMap.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use filterInPlace instead

  20. def seq: StackedMap.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

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

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

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

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

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

    (Since version 2.13.0) Use toIterable instead

  24. final def transform(f: (K, V) => V): StackedMap.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use mapValuesInPlace instead

  25. def updated[V1 >: V](key: K, value: V1): Map[K, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use m.clone().addOne((k,v)) instead of m.updated(k, v)

  26. 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 Map[K, V]

Inherited from MapOps[K, V, Map, Map[K, V]]

Inherited from Shrinkable[K]

Inherited from Builder[(K, V), Map[K, V]]

Inherited from Growable[(K, V)]

Inherited from Clearable

Inherited from Cloneable[Map[K, V]]

Inherited from Cloneable

Inherited from Map[K, V]

Inherited from Equals

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

Inherited from MapOps[K, V, [_, _]Map[_, _], Map[K, V]]

Inherited from PartialFunction[K, V]

Inherited from (K) => V

Inherited from Iterable[(K, V)]

Inherited from Iterable[(K, V)]

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

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

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

Inherited from IterableOnce[(K, V)]

Inherited from AnyRef

Inherited from Any

Ungrouped