Packages

object asMap extends Map[V, Int]

Linear Supertypes
Map[V, Int], Equals, MapFactoryDefaults[V, Int, Map, Iterable], MapOps[V, Int, Map, Map[V, Int]], PartialFunction[V, Int], (V) => Int, Iterable[(V, Int)], IterableFactoryDefaults[(V, Int), Iterable], IterableOps[(V, Int), Iterable, Map[V, Int]], IterableOnceOps[(V, Int), Iterable, Map[V, Int]], IterableOnce[(V, Int)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. asMap
  2. Map
  3. Equals
  4. MapFactoryDefaults
  5. MapOps
  6. PartialFunction
  7. Function1
  8. Iterable
  9. IterableFactoryDefaults
  10. IterableOps
  11. IterableOnceOps
  12. IterableOnce
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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

Deprecated Value Members

  1. def +[V1 >: Int](elem1: (V, V1), elem2: (V, V1), elems: (V, V1)*): Map[V, 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 >: Int](kv: (V, V1)): Map[V, 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 >: Int](that: IterableOnce[(V, V1)]): Map[V, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

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

  4. def ++:[B >: (V, Int)](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. def --(keys: IterableOnce[V]): Map[V, Int]
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Map.

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

    (Since version 2.13.0) Use foldLeft instead of /:

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

    (Since version 2.13.0) Use foldRight instead of :\

  8. def aggregate[B](z: => B)(seqop: (B, (V, Int)) => 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.

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

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

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

  11. def filterKeys(p: (V) => Boolean): MapView[V, Int]
    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).

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

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

  14. def mapValues[W](f: (Int) => W): MapView[V, 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).

  15. final def repr: Map[V, Int]
    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

  16. def seq: asMap.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

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

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

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

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

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

    (Since version 2.13.0) Use toIterable instead

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

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

Inherited from Map[V, Int]

Inherited from Equals

Inherited from MapFactoryDefaults[V, Int, Map, Iterable]

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

Inherited from PartialFunction[V, Int]

Inherited from (V) => Int

Inherited from Iterable[(V, Int)]

Inherited from IterableFactoryDefaults[(V, Int), Iterable]

Inherited from IterableOps[(V, Int), Iterable, Map[V, Int]]

Inherited from IterableOnceOps[(V, Int), Iterable, Map[V, Int]]

Inherited from IterableOnce[(V, Int)]

Inherited from AnyRef

Inherited from Any

Ungrouped