Packages

c

com.twitter.algebird

SparseVector

case class SparseVector[V](map: Map[Int, V], sparseValue: V, length: Int) extends AdaptiveVector[V] with Product with Serializable

Linear Supertypes
Serializable, Product, AdaptiveVector[V], IndexedSeq[V], IndexedSeqOps[V, IndexedSeq, IndexedSeq[V]], IndexedSeq[V], IndexedSeqOps[V, [_]IndexedSeq[_], IndexedSeq[V]], Seq[V], SeqOps[V, [_]IndexedSeq[_], IndexedSeq[V]], Seq[V], Equals, SeqOps[V, [_]IndexedSeq[_], IndexedSeq[V]], PartialFunction[Int, V], (Int) => V, Iterable[V], Iterable[V], IterableFactoryDefaults[V, [x]IndexedSeq[x]], IterableOps[V, [_]IndexedSeq[_], IndexedSeq[V]], IterableOnceOps[V, [_]IndexedSeq[_], IndexedSeq[V]], IterableOnce[V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparseVector
  2. Serializable
  3. Product
  4. AdaptiveVector
  5. IndexedSeq
  6. IndexedSeqOps
  7. IndexedSeq
  8. IndexedSeqOps
  9. Seq
  10. SeqOps
  11. Seq
  12. Equals
  13. SeqOps
  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 SparseVector(map: Map[Int, V], sparseValue: V, length: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: V](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: V](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: V](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: V](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: V](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  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 addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  12. def andThen[C](k: PartialFunction[V, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  13. def andThen[C](k: (V) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  14. def appended[B >: V](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  15. def appendedAll[B >: V](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def apply(idx: Int): V
    Definition Classes
    SparseVectorAdaptiveVector → SeqOps → Function1
  17. def applyOrElse[A1 <: Int, B1 >: V](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  18. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  21. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  23. final def coll: SparseVector.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  24. def collect[B](pf: PartialFunction[V, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def collectFirst[B](pf: PartialFunction[V, B]): Option[B]
    Definition Classes
    IterableOnceOps
  26. def combinations(n: Int): Iterator[IndexedSeq[V]]
    Definition Classes
    SeqOps
  27. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, V]
    Definition Classes
    PartialFunction
  28. def compose[A](g: (A) => Int): (A) => V
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  29. final def concat[B >: V](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  30. def contains[A1 >: V](elem: A1): Boolean
    Definition Classes
    SeqOps
  31. def containsSlice[B >: V](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  32. def copyToArray[B >: V](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  33. def copyToArray[B >: V](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  34. def copyToArray[B >: V](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  35. def corresponds[B](that: Seq[B])(p: (V, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  36. def corresponds[B](that: IterableOnce[B])(p: (V, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  37. def count(p: (V) => Boolean): Int
    Definition Classes
    IterableOnceOps
  38. def denseCount: Int

    How many items are not sparse

    How many items are not sparse

    Definition Classes
    SparseVectorAdaptiveVector
  39. def denseIterator: Iterator[(Int, V)]

    Iterator of indices and values of all non-sparse values

    Iterator of indices and values of all non-sparse values

    Definition Classes
    SparseVectorAdaptiveVector
  40. def diff[B >: V](that: Seq[B]): IndexedSeq[V]
    Definition Classes
    SeqOps
  41. def distinct: IndexedSeq[V]
    Definition Classes
    SeqOps
  42. def distinctBy[B](f: (V) => B): IndexedSeq[V]
    Definition Classes
    SeqOps
  43. def drop(n: Int): IndexedSeq[V]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  44. def dropRight(n: Int): IndexedSeq[V]
    Definition Classes
    IndexedSeqOps → IterableOps
  45. def dropWhile(p: (V) => Boolean): IndexedSeq[V]
    Definition Classes
    IterableOps → IterableOnceOps
  46. def elementWise: ElementWiseExtractor[Int, V]
    Definition Classes
    PartialFunction
  47. def empty: IndexedSeq[V]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  48. def endsWith[B >: V](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  49. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  51. def exists(p: (V) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  52. def extend(cnt: Int): SparseVector[V]

    Grow by adding count sparse values to the end

    Grow by adding count sparse values to the end

    Definition Classes
    SparseVectorAdaptiveVector
  53. def filter(pred: (V) => Boolean): IndexedSeq[V]
    Definition Classes
    IterableOps → IterableOnceOps
  54. def filterNot(pred: (V) => Boolean): IndexedSeq[V]
    Definition Classes
    IterableOps → IterableOnceOps
  55. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  56. def find(p: (V) => Boolean): Option[V]
    Definition Classes
    IterableOnceOps
  57. def findLast(p: (V) => Boolean): Option[V]
    Definition Classes
    SeqOps
  58. def flatMap[B](f: (V) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  59. def flatten[B](implicit asIterable: (V) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  60. def fold[A1 >: V](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  61. def foldLeft[B](z: B)(op: (B, V) => B): B
    Definition Classes
    IterableOnceOps
  62. def foldRight[B](z: B)(op: (V, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  63. def forall(p: (V) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  64. def foreach[U](f: (V) => U): Unit
    Definition Classes
    IterableOnceOps
  65. def fromSpecific(coll: IterableOnce[V]): IndexedSeq[V]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  66. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  67. def groupBy[K](f: (V) => K): Map[K, IndexedSeq[V]]
    Definition Classes
    IterableOps
  68. def groupMap[K, B](key: (V) => K)(f: (V) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  69. def groupMapReduce[K, B](key: (V) => K)(f: (V) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  70. def grouped(size: Int): Iterator[IndexedSeq[V]]
    Definition Classes
    IterableOps
  71. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  72. def head: V
    Definition Classes
    IndexedSeqOps → IterableOps
  73. def headOption: Option[V]
    Definition Classes
    IndexedSeqOps → IterableOps
  74. def indexOf[B >: V](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  75. def indexOf[B >: V](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  76. def indexOfSlice[B >: V](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  77. def indexOfSlice[B >: V](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  78. def indexWhere(p: (V) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  79. def indexWhere(p: (V) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  80. def indices: Range
    Definition Classes
    SeqOps
  81. def init: IndexedSeq[V]
    Definition Classes
    IterableOps
  82. def inits: Iterator[IndexedSeq[V]]
    Definition Classes
    IterableOps
  83. def intersect[B >: V](that: Seq[B]): IndexedSeq[V]
    Definition Classes
    SeqOps
  84. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  85. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  86. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  87. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  88. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  89. def iterator: Iterator[V]
    Definition Classes
    IndexedSeqOps → IterableOnce
  90. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  91. def last: V
    Definition Classes
    IndexedSeqOps → IterableOps
  92. def lastIndexOf[B >: V](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  93. def lastIndexOfSlice[B >: V](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  94. def lastIndexOfSlice[B >: V](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  95. def lastIndexWhere(p: (V) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  96. def lastIndexWhere(p: (V) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  97. def lastOption: Option[V]
    Definition Classes
    IterableOps
  98. def lazyZip[B](that: Iterable[B]): LazyZip2[V, B, SparseVector.this.type]
    Definition Classes
    Iterable
  99. val length: Int
    Definition Classes
    SparseVectorAdaptiveVector → SeqOps
  100. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  101. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  102. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  103. def lift: (Int) => Option[V]
    Definition Classes
    PartialFunction
  104. def map[B](f: (V) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  105. val map: Map[Int, V]
  106. def max[B >: V](implicit ord: Ordering[B]): V
    Definition Classes
    IterableOnceOps
  107. def maxBy[B](f: (V) => B)(implicit cmp: Ordering[B]): V
    Definition Classes
    IterableOnceOps
  108. def maxByOption[B](f: (V) => B)(implicit cmp: Ordering[B]): Option[V]
    Definition Classes
    IterableOnceOps
  109. def maxOption[B >: V](implicit ord: Ordering[B]): Option[V]
    Definition Classes
    IterableOnceOps
  110. def min[B >: V](implicit ord: Ordering[B]): V
    Definition Classes
    IterableOnceOps
  111. def minBy[B](f: (V) => B)(implicit cmp: Ordering[B]): V
    Definition Classes
    IterableOnceOps
  112. def minByOption[B](f: (V) => B)(implicit cmp: Ordering[B]): Option[V]
    Definition Classes
    IterableOnceOps
  113. def minOption[B >: V](implicit ord: Ordering[B]): Option[V]
    Definition Classes
    IterableOnceOps
  114. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  115. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  116. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  117. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  118. def newSpecificBuilder: Builder[V, IndexedSeq[V]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  119. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  120. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  121. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  122. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  123. def orElse[A1 <: Int, B1 >: V](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  124. def padTo[B >: V](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  125. def partition(p: (V) => Boolean): (IndexedSeq[V], IndexedSeq[V])
    Definition Classes
    IterableOps
  126. def partitionMap[A1, A2](f: (V) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  127. def patch[B >: V](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  128. def permutations: Iterator[IndexedSeq[V]]
    Definition Classes
    SeqOps
  129. def prepended[B >: V](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  130. def prependedAll[B >: V](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  131. def product[B >: V](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  132. def productElementNames: Iterator[String]
    Definition Classes
    Product
  133. def reduce[B >: V](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  134. def reduceLeft[B >: V](op: (B, V) => B): B
    Definition Classes
    IterableOnceOps
  135. def reduceLeftOption[B >: V](op: (B, V) => B): Option[B]
    Definition Classes
    IterableOnceOps
  136. def reduceOption[B >: V](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  137. def reduceRight[B >: V](op: (V, B) => B): B
    Definition Classes
    IterableOnceOps
  138. def reduceRightOption[B >: V](op: (V, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  139. def reverse: IndexedSeq[V]
    Definition Classes
    IndexedSeqOps → SeqOps
  140. def reverseIterator: Iterator[V]
    Definition Classes
    IndexedSeqOps → SeqOps
  141. def reversed: Iterable[V]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  142. def runWith[U](action: (V) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  143. def sameElements[B >: V](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  144. def scan[B >: V](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  145. def scanLeft[B](z: B)(op: (B, V) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  146. def scanRight[B](z: B)(op: (V, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  147. def search[B >: V](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  148. def search[B >: V](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  149. def segmentLength(p: (V) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  150. final def segmentLength(p: (V) => Boolean): Int
    Definition Classes
    SeqOps
  151. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  152. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  153. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  154. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  155. def slice(from: Int, until: Int): IndexedSeq[V]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  156. def sliding(size: Int, step: Int): Iterator[IndexedSeq[V]]
    Definition Classes
    IterableOps
  157. def sliding(size: Int): Iterator[IndexedSeq[V]]
    Definition Classes
    IterableOps
  158. def sortBy[B](f: (V) => B)(implicit ord: Ordering[B]): IndexedSeq[V]
    Definition Classes
    SeqOps
  159. def sortWith(lt: (V, V) => Boolean): IndexedSeq[V]
    Definition Classes
    SeqOps
  160. def sorted[B >: V](implicit ord: Ordering[B]): IndexedSeq[V]
    Definition Classes
    SeqOps
  161. def span(p: (V) => Boolean): (IndexedSeq[V], IndexedSeq[V])
    Definition Classes
    IterableOps → IterableOnceOps
  162. val sparseValue: V
    Definition Classes
    SparseVectorAdaptiveVector
  163. def splitAt(n: Int): (IndexedSeq[V], IndexedSeq[V])
    Definition Classes
    IterableOps → IterableOnceOps
  164. def startsWith[B >: V](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  165. def stepper[S <: Stepper[_]](implicit shape: StepperShape[V, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  166. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  167. def sum[B >: V](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  168. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  169. def tail: IndexedSeq[V]
    Definition Classes
    IterableOps
  170. def tails: Iterator[IndexedSeq[V]]
    Definition Classes
    IterableOps
  171. def take(n: Int): IndexedSeq[V]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  172. def takeRight(n: Int): IndexedSeq[V]
    Definition Classes
    IndexedSeqOps → IterableOps
  173. def takeWhile(p: (V) => Boolean): IndexedSeq[V]
    Definition Classes
    IterableOps → IterableOnceOps
  174. def tapEach[U](f: (V) => U): IndexedSeq[V]
    Definition Classes
    IterableOps → IterableOnceOps
  175. def to[C1](factory: Factory[V, C1]): C1
    Definition Classes
    IterableOnceOps
  176. def toArray[B >: V](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  177. final def toBuffer[B >: V]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  178. final def toIndexedSeq: IndexedSeq[V]
    Definition Classes
    IndexedSeq → IterableOnceOps
  179. final def toIterable: SparseVector.this.type
    Definition Classes
    Iterable → IterableOps
  180. def toList: List[V]
    Definition Classes
    IterableOnceOps
  181. def toMap[K, V](implicit ev: <:<[V, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  182. final def toSeq: SparseVector.this.type
    Definition Classes
    Seq → IterableOnceOps
  183. def toSet[B >: V]: Set[B]
    Definition Classes
    IterableOnceOps
  184. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  185. def toVector: Vector[V]
    Definition Classes
    IterableOnceOps
  186. def transpose[B](implicit asIterable: (V) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  187. def unapply(a: Int): Option[V]
    Definition Classes
    PartialFunction
  188. def unzip[A1, A2](implicit asPair: (V) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  189. def unzip3[A1, A2, A3](implicit asTriple: (V) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  190. def updated(idx: Int, v: V): AdaptiveVector[V]
    Definition Classes
    SparseVectorAdaptiveVector
  191. def updated[B >: V](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  192. def view: IndexedSeqView[V]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  193. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  194. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  195. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  196. def withFilter(p: (V) => Boolean): WithFilter[V, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  197. def zip[B](that: IterableOnce[B]): IndexedSeq[(V, B)]
    Definition Classes
    IterableOps
  198. def zipAll[A1 >: V, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  199. def zipWithIndex: IndexedSeq[(V, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

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

    (Since version 2.13.0) Use foldLeft instead of /:

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

    (Since version 2.13.0) Use foldRight instead of :\

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

  4. def companion: IterableFactory[[_]IndexedSeq[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

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

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

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

  7. final def prefixLength(p: (V) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  8. final def repr: IndexedSeq[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

  9. def reverseMap[B](f: (V) => B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)

  10. def seq: SparseVector.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

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

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

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

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

  13. final def toTraversable: Traversable[V]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  14. final def union[B >: V](that: Seq[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use concat instead

  15. def view(from: Int, until: Int): IndexedSeqView[V]
    Definition Classes
    IndexedSeqOps → IterableOps
    Annotations
    @deprecated
    Deprecated

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

Inherited from Serializable

Inherited from Product

Inherited from AdaptiveVector[V]

Inherited from IndexedSeq[V]

Inherited from IndexedSeqOps[V, IndexedSeq, IndexedSeq[V]]

Inherited from IndexedSeq[V]

Inherited from IndexedSeqOps[V, [_]IndexedSeq[_], IndexedSeq[V]]

Inherited from Seq[V]

Inherited from SeqOps[V, [_]IndexedSeq[_], IndexedSeq[V]]

Inherited from Seq[V]

Inherited from Equals

Inherited from SeqOps[V, [_]IndexedSeq[_], IndexedSeq[V]]

Inherited from PartialFunction[Int, V]

Inherited from (Int) => V

Inherited from Iterable[V]

Inherited from Iterable[V]

Inherited from IterableFactoryDefaults[V, [x]IndexedSeq[x]]

Inherited from IterableOps[V, [_]IndexedSeq[_], IndexedSeq[V]]

Inherited from IterableOnceOps[V, [_]IndexedSeq[_], IndexedSeq[V]]

Inherited from IterableOnce[V]

Inherited from AnyRef

Inherited from Any

Ungrouped