ParHashMapIterator

class ParHashMapIterator(start: Int, untilIdx: Int, totalSize: Int, e: DefaultEntry[K, V]) extends EntryIterator[(K, V), ParHashMapIterator]
trait SizeMapUtils
trait IterableSplitter[(K, V)]
trait Splitter[(K, V)]
trait AugmentedIterableIterator[(K, V)]
trait RemainsIterator[(K, V)]
trait Iterator[(K, V)]
trait IterableOnceOps[(K, V), [A] =>> Iterator[A], Iterator[(K, V)]]
trait IterableOnce[(K, V)]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class Appended[U >: T, PI <: IterableSplitter[U]](val that: PI)
Inherited from
IterableSplitter
class GroupedIterator[B >: A]
Inherited from
Iterator
class Mapped[S](f: T => S)
Inherited from
IterableSplitter
class Taken(taken: Int)
Inherited from
IterableSplitter
class Zipped[S](val that: SeqSplitter[S])
Inherited from
IterableSplitter
class ZippedAll[U >: T, S](val that: SeqSplitter[S], val thiselem: U, val thatelem: S)
Inherited from
IterableSplitter

Value members

Concrete methods

def entry2item(entry: DefaultEntry[K, V]): (K, V)
def newIterator(idxFrom: Int, idxUntil: Int, totalSz: Int, es: DefaultEntry[K, V]): ParHashMapIterator

Inherited methods

@inline
final def ++[B >: (K, V)](xs: => IterableOnce[B]): Iterator[B]
Inherited from
Iterator
def abort(): Unit
Inherited from
DelegatedSignalling
@inline
final def addString(b: StringBuilder): StringBuilder
Inherited from
IterableOnceOps
@inline
final def addString(b: StringBuilder, sep: String): StringBuilder
Inherited from
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
Inherited from
IterableOnceOps
def appendParIterable[U >: (K, V), PI <: IterableSplitter[U]](that: PI): Appended[U, PI]
Inherited from
IterableSplitter
def buffered: BufferedIterator[(K, V)]
Inherited from
Iterator
protected def buildString(closure: String => Unit => Unit): String
Inherited from
IterableSplitter
protected def calcNumElems(from: Int, until: Int, tableLength: Int, sizeMapBucketSize: Int): Int
Inherited from
SizeMapUtils
def collect[B](pf: PartialFunction[(K, V), B]): Iterator[B]
Inherited from
Iterator
def collect2combiner[S, That](pf: PartialFunction[(K, V), S], cb: Combiner[S, That]): Combiner[S, That]
Inherited from
AugmentedIterableIterator
def collectFirst[B](pf: PartialFunction[(K, V), B]): Option[B]
Inherited from
IterableOnceOps
def concat[B >: (K, V)](xs: => IterableOnce[B]): Iterator[B]
Inherited from
Iterator
def contains(elem: Any): Boolean
Inherited from
Iterator
def copy2builder[U >: (K, V), Coll, Bld <: Builder[U, Coll]](b: Bld): Bld
Inherited from
AugmentedIterableIterator
def copyToArray[B >: (K, V)](xs: Array[B], start: Int, len: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
def copyToArray[B >: (K, V)](xs: Array[B], start: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
def copyToArray[B >: (K, V)](xs: Array[B]): Int
Inherited from
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: ((K, V), B) => Boolean): Boolean
Inherited from
IterableOnceOps
override def count(p: (K, V) => Boolean): Int
Definition Classes
AugmentedIterableIterator -> IterableOnceOps
Inherited from
AugmentedIterableIterator
protected def countBucketSizes(fromBucket: Int, untilBucket: Int): Int
Inherited from
EntryIterator
protected def countElems(from: Int, until: Int): Int
Inherited from
EntryIterator
def distinct: Iterator[(K, V)]
Inherited from
Iterator
def distinctBy[B](f: (K, V) => B): Iterator[(K, V)]
Inherited from
Iterator
override def drop(n: Int): IterableSplitter[(K, V)]

Drop implemented as simple eager consumption.

Drop implemented as simple eager consumption.

Definition Classes
IterableSplitter -> Iterator -> IterableOnceOps
Inherited from
IterableSplitter
def drop2combiner[U >: (K, V), This](n: Int, cb: Combiner[U, This]): Combiner[U, This]
Inherited from
AugmentedIterableIterator
def dropWhile(p: (K, V) => Boolean): Iterator[(K, V)]
Inherited from
Iterator
def dup: IterableSplitter[(K, V)]
Inherited from
EntryIterator
def duplicate: (Iterator[(K, V)], Iterator[(K, V)])
Inherited from
Iterator
def exists(p: (K, V) => Boolean): Boolean
Inherited from
IterableOnceOps
def filter(p: (K, V) => Boolean): Iterator[(K, V)]
Inherited from
Iterator
def filter2combiner[U >: (K, V), This](pred: (K, V) => Boolean, cb: Combiner[U, This]): Combiner[U, This]
Inherited from
AugmentedIterableIterator
def filterNot(p: (K, V) => Boolean): Iterator[(K, V)]
Inherited from
Iterator
def filterNot2combiner[U >: (K, V), This](pred: (K, V) => Boolean, cb: Combiner[U, This]): Combiner[U, This]
Inherited from
AugmentedIterableIterator
def find(p: (K, V) => Boolean): Option[(K, V)]
Inherited from
IterableOnceOps
def flatMap[B](f: (K, V) => IterableOnce[B]): Iterator[B]
Inherited from
Iterator
def flatmap2combiner[S, That](f: (K, V) => IterableOnce[S], cb: Combiner[S, That]): Combiner[S, That]
Inherited from
AugmentedIterableIterator
def flatten[B](ev: (K, V) => IterableOnce[B]): Iterator[B]
Inherited from
Iterator
override def fold[U >: (K, V)](z: U)(op: (U, U) => U): U
Definition Classes
AugmentedIterableIterator -> IterableOnceOps
Inherited from
AugmentedIterableIterator
def foldLeft[B](z: B)(op: (B, (K, V)) => B): B
Inherited from
IterableOnceOps
def foldRight[B](z: B)(op: ((K, V), B) => B): B
Inherited from
IterableOnceOps
def forall(p: (K, V) => Boolean): Boolean
Inherited from
IterableOnceOps
def foreach[U](f: (K, V) => U): Unit
Inherited from
IterableOnceOps
def grouped[B >: (K, V)](size: Int): GroupedIterator[B]
Inherited from
Iterator
def hasNext: Boolean
Inherited from
EntryIterator
def indexFlag: Int
Inherited from
DelegatedSignalling
def indexOf[B >: (K, V)](elem: B, from: Int): Int
Inherited from
Iterator
def indexOf[B >: (K, V)](elem: B): Int
Inherited from
Iterator
def indexWhere(p: (K, V) => Boolean, from: Int): Int
Inherited from
Iterator
def isAborted: Boolean
Inherited from
DelegatedSignalling
@deprecatedOverriding("isEmpty is defined as !hasNext; override hasNext instead", "2.13.0")
override def isEmpty: Boolean
Definition Classes
Iterator -> IterableOnceOps
Inherited from
Iterator
def isRemainingCheap: Boolean

For most collections, this is a cheap operation. Exceptions can override this method.

For most collections, this is a cheap operation. Exceptions can override this method.

Inherited from
RemainsIterator
def isTraversableAgain: Boolean
Inherited from
IterableOnceOps
@inline
final def iterator: Iterator[(K, V)]
Inherited from
Iterator
def knownSize: Int
Inherited from
IterableOnce
@inline
final def length: Int
Inherited from
Iterator
override def map[S](f: (K, V) => S): IterableSplitter[S]
Definition Classes
IterableSplitter -> Iterator -> IterableOnceOps
Inherited from
IterableSplitter
def map2combiner[S, That](f: (K, V) => S, cb: Combiner[S, That]): Combiner[S, That]
Inherited from
AugmentedIterableIterator
override def max[U >: (K, V)](ord: Ordering[U]): (K, V)
Definition Classes
AugmentedIterableIterator -> IterableOnceOps
Inherited from
AugmentedIterableIterator
def maxBy[B](f: (K, V) => B)(cmp: Ordering[B]): (K, V)
Inherited from
IterableOnceOps
def maxByOption[B](f: (K, V) => B)(cmp: Ordering[B]): Option[(K, V)]
Inherited from
IterableOnceOps
def maxOption[B >: (K, V)](ord: Ordering[B]): Option[(K, V)]
Inherited from
IterableOnceOps
override def min[U >: (K, V)](ord: Ordering[U]): (K, V)
Definition Classes
AugmentedIterableIterator -> IterableOnceOps
Inherited from
AugmentedIterableIterator
def minBy[B](f: (K, V) => B)(cmp: Ordering[B]): (K, V)
Inherited from
IterableOnceOps
def minByOption[B](f: (K, V) => B)(cmp: Ordering[B]): Option[(K, V)]
Inherited from
IterableOnceOps
def minOption[B >: (K, V)](ord: Ordering[B]): Option[(K, V)]
Inherited from
IterableOnceOps
@inline
final def mkString: String
Inherited from
IterableOnceOps
@inline
final def mkString(sep: String): String
Inherited from
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String
Inherited from
IterableOnceOps
def next(): (K, V)
Inherited from
EntryIterator
def nextOption(): Option[(K, V)]
Inherited from
Iterator
@deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
def nonEmpty: Boolean
Inherited from
IterableOnceOps
def padTo[B >: (K, V)](len: Int, elem: B): Iterator[B]
Inherited from
Iterator
def partition(p: (K, V) => Boolean): (Iterator[(K, V)], Iterator[(K, V)])
Inherited from
Iterator
def partition2combiners[U >: (K, V), This](pred: (K, V) => Boolean, btrue: Combiner[U, This], bfalse: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
Inherited from
AugmentedIterableIterator
def patch[B >: (K, V)](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
Inherited from
Iterator
override def product[U >: (K, V)](num: Numeric[U]): U
Definition Classes
AugmentedIterableIterator -> IterableOnceOps
Inherited from
AugmentedIterableIterator
override def reduce[U >: (K, V)](op: (U, U) => U): U
Definition Classes
AugmentedIterableIterator -> IterableOnceOps
Inherited from
AugmentedIterableIterator
def reduceLeft[B >: (K, V)](op: (B, (K, V)) => B): B
Inherited from
IterableOnceOps
def reduceLeft[U >: (K, V)](howmany: Int, op: (U, U) => U): U
Inherited from
AugmentedIterableIterator
def reduceLeftOption[B >: (K, V)](op: (B, (K, V)) => B): Option[B]
Inherited from
IterableOnceOps
def reduceOption[B >: (K, V)](op: (B, B) => B): Option[B]
Inherited from
IterableOnceOps
def reduceRight[B >: (K, V)](op: ((K, V), B) => B): B
Inherited from
IterableOnceOps
def reduceRightOption[B >: (K, V)](op: ((K, V), B) => B): Option[B]
Inherited from
IterableOnceOps
def remaining: Int
Inherited from
EntryIterator
protected def reversed: Iterable[(K, V)]
Inherited from
IterableOnceOps
def sameElements[B >: (K, V)](that: IterableOnce[B]): Boolean
Inherited from
Iterator
def scan(): Unit
Inherited from
EntryIterator
def scanLeft[B](z: B)(op: (B, (K, V)) => B): Iterator[B]
Inherited from
Iterator
def scanToArray[U >: (K, V), A >: U](z: U, op: (U, U) => U, array: Array[A], from: Int): Unit
Inherited from
AugmentedIterableIterator
def scanToCombiner[U >: (K, V), That](howmany: Int, startValue: U, op: (U, U) => U, cb: Combiner[U, That]): Combiner[U, That]
Inherited from
AugmentedIterableIterator
def scanToCombiner[U >: (K, V), That](startValue: U, op: (U, U) => U, cb: Combiner[U, That]): Combiner[U, That]
Inherited from
AugmentedIterableIterator
def setIndexFlag(f: Int): Unit
Inherited from
DelegatedSignalling
def setIndexFlagIfGreater(f: Int): Unit
Inherited from
DelegatedSignalling
def setIndexFlagIfLesser(f: Int): Unit
Inherited from
DelegatedSignalling
def shouldSplitFurther[S](coll: ParIterable[S], parallelismLevel: Int): Boolean
Inherited from
IterableSplitter
def size: Int
Inherited from
IterableOnceOps
override def slice(from1: Int, until1: Int): IterableSplitter[(K, V)]
Definition Classes
IterableSplitter -> Iterator -> IterableOnceOps
Inherited from
IterableSplitter
def slice2combiner[U >: (K, V), This](from: Int, until: Int, cb: Combiner[U, This]): Combiner[U, This]
Inherited from
AugmentedIterableIterator
def sliding[B >: (K, V)](size: Int, step: Int): GroupedIterator[B]
Inherited from
Iterator
def span(p: (K, V) => Boolean): (Iterator[(K, V)], Iterator[(K, V)])
Inherited from
Iterator
def span2combiners[U >: (K, V), This](p: (K, V) => Boolean, before: Combiner[U, This], after: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
Inherited from
AugmentedIterableIterator
def split: Seq[IterableSplitter[(K, V)]]
Inherited from
EntryIterator
def splitAt(n: Int): (Iterator[(K, V)], Iterator[(K, V)])
Inherited from
IterableOnceOps
def splitAt2combiners[U >: (K, V), This](at: Int, before: Combiner[U, This], after: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
Inherited from
AugmentedIterableIterator
Inherited from
IterableSplitter
def stepper[S <: Stepper[_]](shape: StepperShape[(K, V), S]): S
Inherited from
IterableOnce
override def sum[U >: (K, V)](num: Numeric[U]): U
Definition Classes
AugmentedIterableIterator -> IterableOnceOps
Inherited from
AugmentedIterableIterator
def tag: Int
Inherited from
DelegatedSignalling
override def take(n: Int): IterableSplitter[(K, V)]
Definition Classes
IterableSplitter -> Iterator -> IterableOnceOps
Inherited from
IterableSplitter
def take2combiner[U >: (K, V), This](n: Int, cb: Combiner[U, This]): Combiner[U, This]
Inherited from
AugmentedIterableIterator
def takeWhile(p: (K, V) => Boolean): Iterator[(K, V)]
Inherited from
Iterator
def takeWhile2combiner[U >: (K, V), This](p: (K, V) => Boolean, cb: Combiner[U, This]): (Combiner[U, This], Boolean)
Inherited from
AugmentedIterableIterator
override def tapEach[U](f: (K, V) => U): Iterator[(K, V)]
Definition Classes
Iterator -> IterableOnceOps
Inherited from
Iterator
def to[C1](factory: Factory[(K, V), C1]): C1
Inherited from
IterableOnceOps
def toArray[B >: (K, V)](ClassTag[B]): Array[B]
Inherited from
IterableOnceOps
@inline
final def toBuffer[B >: (K, V)]: Buffer[B]
Inherited from
IterableOnceOps
def toIndexedSeq: IndexedSeq[(K, V)]
Inherited from
IterableOnceOps
def toList: List[(K, V)]
Inherited from
IterableOnceOps
def toMap[K, V](ev: (K, V) <:< (K, V)): Map[K, V]
Inherited from
IterableOnceOps
def toSeq: Seq[(K, V)]
Inherited from
IterableOnceOps
def toSet[B >: (K, V)]: Set[B]
Inherited from
IterableOnceOps
override def toString(): String
Definition Classes
Iterator -> Any
Inherited from
Iterator
def toVector: Vector[(K, V)]
Inherited from
IterableOnceOps
def withFilter(p: (K, V) => Boolean): Iterator[(K, V)]
Inherited from
Iterator
def zip[B](that: IterableOnce[B]): Iterator[((K, V), B)]
Inherited from
Iterator
def zip2combiner[U >: (K, V), S, That](otherpit: RemainsIterator[S], cb: Combiner[(U, S), That]): Combiner[(U, S), That]
Inherited from
AugmentedIterableIterator
def zipAll[A1 >: (K, V), B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]
Inherited from
Iterator
def zipAll2combiner[U >: (K, V), S, That](that: RemainsIterator[S], thiselem: U, thatelem: S, cb: Combiner[(U, S), That]): Combiner[(U, S), That]
Inherited from
AugmentedIterableIterator
def zipAllParSeq[S, U >: (K, V), R >: S](that: SeqSplitter[S], thisElem: U, thatElem: R): ZippedAll[U, R]
Inherited from
IterableSplitter
def zipParSeq[S](that: SeqSplitter[S]): IterableSplitter[((K, V), S)]
Inherited from
IterableSplitter
def zipWithIndex: Iterator[((K, V), Int)]
Inherited from
Iterator

Deprecated and Inherited methods

@inline @deprecated("Use foldLeft instead of /:", "2.13.0")
final def /:[B](z: B)(op: (B, (K, V)) => B): B
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use foldRight instead of :\\", "2.13.0")
final def :\[B](z: B)(op: ((K, V), B) => B): B
Deprecated
Inherited from
IterableOnceOps
@deprecated("`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", "2.13.0")
def aggregate[B](z: => B)(seqop: (B, (K, V)) => B, combop: (B, B) => B): B
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use `dest ++= coll` instead", "2.13.0")
final def copyToBuffer[B >: (K, V)](dest: Buffer[B]): Unit
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("hasDefiniteSize on Iterator is the same as isEmpty", "2.13.0")
final override def hasDefiniteSize: Boolean
Deprecated
Definition Classes
Iterator -> IterableOnceOps
Inherited from
Iterator
@deprecated("Call scanRight on an Iterable instead.", "2.13.0")
def scanRight[B](z: B)(op: ((K, V), B) => B): Iterator[B]
Deprecated
Inherited from
Iterator
@deprecated("Iterator.seq always returns the iterator itself", "2.13.0")
Deprecated
Inherited from
Iterator
@inline @deprecated("Use .iterator instead of .toIterator", "2.13.0")
final def toIterator: Iterator[(K, V)]
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use .to(LazyList) instead of .toStream", "2.13.0")
final def toStream: Stream[(K, V)]
Deprecated
Inherited from
IterableOnceOps

Inherited fields