final class HashTrieMap[K, +V] extends OldHashMap[K, V]
- Alphabetic
- By Inheritance
- HashTrieMap
- OldHashMap
- Serializable
- StrictOptimizedMapOps
- StrictOptimizedIterableOps
- AbstractMap
- Map
- MapOps
- Iterable
- AbstractMap
- Map
- Equals
- MapFactoryDefaults
- MapOps
- PartialFunction
- Function1
- AbstractIterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new HashTrieMap(bitmap: Int, elems: Array[OldHashMap[K, V]], size0: Int)
Type Members
- trait GenKeySet extends AnyRef
- Attributes
- protected
- Definition Classes
- MapOps
- class ImmutableKeySet extends AbstractSet[K] with MapOps.GenKeySet with DefaultSerializable
- Attributes
- protected
- Definition Classes
- MapOps
- class KeySet extends collection.AbstractSet[K] with GenKeySet with DefaultSerializable
- Attributes
- protected
- Definition Classes
- MapOps
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def +[V1 >: V](kv: (K, V1)): OldHashMap[K, V1]
- Definition Classes
- OldHashMap → MapOps → MapOps
- Annotations
- @inline()
- def ++[V2 >: V](xs: IterableOnce[(K, V2)]): OldHashMap[K, V2]
- Definition Classes
- MapOps
- final def ++[B >: (K, V)](suffix: IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def -(key: K): OldHashMap[K, V]
- Definition Classes
- MapOps
- Annotations
- @inline()
- final def --(keys: IterableOnce[K]): OldHashMap[K, V]
- Definition Classes
- MapOps → MapOps
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addString(sb: mutable.StringBuilder, start: String, sep: String, end: String): mutable.StringBuilder
- Definition Classes
- MapOps → IterableOnceOps
- final def addString(b: mutable.StringBuilder): mutable.StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: mutable.StringBuilder, sep: String): mutable.StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def andThen[C](k: PartialFunction[V, C]): PartialFunction[K, C]
- Definition Classes
- PartialFunction
- def andThen[C](k: (V) => C): PartialFunction[K, C]
- Definition Classes
- PartialFunction → Function1
- def apply(key: K): V
- Definition Classes
- MapOps → Function1
- Annotations
- @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
- def applyOrElse[K1 <: K, V1 >: V](x: K1, default: (K1) => V1): V1
- Definition Classes
- MapOps → PartialFunction
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(that: Any): Boolean
- Definition Classes
- Map → Equals
- def className: String
- Attributes
- protected[this]
- Definition Classes
- OldHashMap → Iterable
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def coll: HashTrieMap.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[K2, V2](pf: PartialFunction[(K, V), (K2, V2)]): OldHashMap[K2, V2]
- Definition Classes
- StrictOptimizedMapOps → MapOps
- def collect[B](pf: PartialFunction[(K, V), B]): Iterable[B]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[(K, V), B]): Option[B]
- Definition Classes
- IterableOnceOps
- def compose[R](k: PartialFunction[R, K]): PartialFunction[R, V]
- Definition Classes
- PartialFunction
- def compose[A](g: (A) => K): (A) => V
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def concat[V2 >: V](suffix: IterableOnce[(K, V2)]): OldHashMap[K, V2]
- Definition Classes
- StrictOptimizedMapOps → MapOps
- def concat[B >: (K, V)](suffix: IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- final def contains(key: K): Boolean
- Definition Classes
- OldHashMap → MapOps
- def contains0(key: K, hash: Int, level: Int): Boolean
- Attributes
- protected
- Definition Classes
- HashTrieMap → OldHashMap
- def copyToArray[B >: (K, V)](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: (K, V)](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: (K, V)](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- def corresponds[B](that: IterableOnce[B])(p: ((K, V), B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: ((K, V)) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def default(key: K): V
- Definition Classes
- MapOps
- Annotations
- @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
- def drop(n: Int): OldHashMap[K, V]
- Definition Classes
- IterableOps → IterableOnceOps
- def dropRight(n: Int): OldHashMap[K, V]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps
- def dropWhile(p: ((K, V)) => Boolean): OldHashMap[K, V]
- Definition Classes
- IterableOps → IterableOnceOps
- def elementWise: ElementWiseExtractor[K, V]
- Definition Classes
- PartialFunction
- def empty: OldHashMap[K, V]
- Definition Classes
- MapFactoryDefaults → IterableOps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
- Definition Classes
- Map → Equals → AnyRef → Any
- def exists(p: ((K, V)) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: ((K, V)) => Boolean): OldHashMap[K, V]
- Definition Classes
- OldHashMap → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
- def filter0(p: ((K, V)) => Boolean, negate: Boolean, level: Int, buffer: Array[OldHashMap[K, V]], offset0: Int): OldHashMap[K, V]
- Attributes
- protected
- Definition Classes
- HashTrieMap → OldHashMap
- def filterImpl(pred: ((K, V)) => Boolean, isFlipped: Boolean): OldHashMap[K, V]
- Attributes
- protected[scala.collection]
- Definition Classes
- StrictOptimizedIterableOps
- def filterNot(pred: ((K, V)) => Boolean): OldHashMap[K, V]
- Definition Classes
- OldHashMap → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: ((K, V)) => Boolean): Option[(K, V)]
- Definition Classes
- IterableOnceOps
- def flatMap[K2, V2](f: ((K, V)) => IterableOnce[(K2, V2)]): OldHashMap[K2, V2]
- Definition Classes
- StrictOptimizedMapOps → MapOps
- def flatMap[B](f: ((K, V)) => IterableOnce[B]): Iterable[B]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps → IterableOnceOps
- def flatten[B](implicit toIterableOnce: ((K, V)) => IterableOnce[B]): Iterable[B]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps → IterableOnceOps
- def fold[A1 >: (K, V)](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, (K, V)) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: ((K, V), B) => B): B
- Definition Classes
- IterableOnceOps
- def forall(p: ((K, V)) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: ((K, V)) => U): Unit
- Definition Classes
- HashTrieMap → IterableOnceOps
- def foreachEntry[U](f: (K, V) => U): Unit
- Definition Classes
- MapOps
- def fromSpecific(coll: IterableOnce[(K, V)]): OldHashMap[K, V]
- Attributes
- protected
- Definition Classes
- MapFactoryDefaults → IterableOps
- def get(key: K): Option[V]
- Definition Classes
- OldHashMap → MapOps
- def get0(key: K, hash: Int, level: Int): Option[V]
- Attributes
- protected[scala.collection]
- Definition Classes
- HashTrieMap → OldHashMap
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrElse[V1 >: V](key: K, default: => V1): V1
- Definition Classes
- MapOps
- def groupBy[K](f: ((K, V)) => K): Map[K, OldHashMap[K, V]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: ((K, V)) => K)(f: ((K, V)) => B): Map[K, Iterable[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: ((K, V)) => K)(f: ((K, V)) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[OldHashMap[K, V]]
- Definition Classes
- IterableOps
- def hashCode(): Int
- Definition Classes
- Map → AnyRef → Any
- def head: (K, V)
- Definition Classes
- IterableOps
- def headOption: Option[(K, V)]
- Definition Classes
- IterableOps
- def init: OldHashMap[K, V]
- Definition Classes
- OldHashMap → IterableOps
- def inits: Iterator[OldHashMap[K, V]]
- Definition Classes
- IterableOps
- def isDefinedAt(key: K): Boolean
- Definition Classes
- MapOps → PartialFunction
- def isEmpty: Boolean
- Definition Classes
- HashTrieMap → IterableOnceOps
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def iterableFactory: IterableFactory[Iterable]
- Definition Classes
- Iterable → Iterable → IterableOps
- def iterator: Iterator[(K, V)]
- Definition Classes
- HashTrieMap → IterableOnce
- def keySet: Set[K]
- Definition Classes
- MapOps → MapOps
- def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[K, S]): S
- Definition Classes
- MapOps
- def keys: collection.Iterable[K]
- Definition Classes
- MapOps
- def keysIterator: Iterator[K]
- Definition Classes
- MapOps
- def knownSize: Int
- Definition Classes
- HashTrieMap → IterableOnce
- def last: (K, V)
- Definition Classes
- IterableOps
- def lastOption: Option[(K, V)]
- Definition Classes
- IterableOps
- def lazyZip[B](that: collection.Iterable[B]): LazyZip2[(K, V), B, HashTrieMap.this.type]
- Definition Classes
- Iterable
- def lift: (K) => Option[V]
- Definition Classes
- PartialFunction
- def map[K2, V2](f: ((K, V)) => (K2, V2)): OldHashMap[K2, V2]
- Definition Classes
- StrictOptimizedMapOps → MapOps
- def map[B](f: ((K, V)) => B): Iterable[B]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps → IterableOnceOps
- def mapFactory: MapFactory[OldHashMap]
- Definition Classes
- OldHashMap → Map → Map → MapOps
- final def mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): OldHashMap[K2, V2]
- Attributes
- protected
- Definition Classes
- MapOps
- Annotations
- @inline()
- def max[B >: (K, V)](implicit ord: math.Ordering[B]): (K, V)
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: ((K, V)) => B)(implicit cmp: math.Ordering[B]): (K, V)
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: ((K, V)) => B)(implicit cmp: math.Ordering[B]): Option[(K, V)]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: (K, V)](implicit ord: math.Ordering[B]): Option[(K, V)]
- Definition Classes
- IterableOnceOps
- def merge0[V1 >: V](that: OldHashMap[K, V1], level: Int, merger: Merger[K, V1]): OldHashMap[K, V1]
- Attributes
- protected
- Definition Classes
- HashTrieMap → OldHashMap
- def merged[V1 >: V](that: OldHashMap[K, V1])(mergef: MergeFunction[K, V1]): OldHashMap[K, V1]
Creates a new map which is the merge of this and the argument hash map.
Creates a new map which is the merge of this and the argument hash map.
Uses the specified collision resolution function if two keys are the same. The collision resolution function will always take the first argument from
this
hash map and the second fromthat
.The
merged
method is on average more performant than doing a traversal and reconstructing a new immutable hash map from scratch, or++
.- V1
the value type of the other hash map
- that
the other hash map
- mergef
the merge function or null if the first key-value pair is to be picked
- Definition Classes
- OldHashMap
- def min[B >: (K, V)](implicit ord: math.Ordering[B]): (K, V)
- Definition Classes
- IterableOnceOps
- def minBy[B](f: ((K, V)) => B)(implicit cmp: math.Ordering[B]): (K, V)
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: ((K, V)) => B)(implicit cmp: math.Ordering[B]): Option[(K, V)]
- Definition Classes
- IterableOnceOps
- def minOption[B >: (K, V)](implicit ord: math.Ordering[B]): Option[(K, V)]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: Builder[(K, V), OldHashMap[K, V]]
- Attributes
- protected
- Definition Classes
- MapFactoryDefaults → IterableOps
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def orElse[A1 <: K, B1 >: V](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
- def partition(p: ((K, V)) => Boolean): (OldHashMap[K, V], OldHashMap[K, V])
- Definition Classes
- StrictOptimizedIterableOps → IterableOps
- def partitionMap[A1, A2](f: ((K, V)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
- Definition Classes
- StrictOptimizedIterableOps → IterableOps
- def product[B >: (K, V)](implicit num: math.Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def reduce[B >: (K, V)](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: (K, V)](op: (B, (K, V)) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: (K, V)](op: (B, (K, V)) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: (K, V)](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: (K, V)](op: ((K, V), B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: (K, V)](op: ((K, V), B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- final def removed(key: K): OldHashMap[K, V]
- Definition Classes
- OldHashMap → MapOps
- def removed0(key: K, hash: Int, level: Int): OldHashMap[K, V]
- Definition Classes
- HashTrieMap → OldHashMap
- def removedAll(keys: IterableOnce[K]): OldHashMap[K, V]
- Definition Classes
- MapOps
- def reversed: collection.Iterable[(K, V)]
- Attributes
- protected
- Definition Classes
- IterableOnceOps
- def runWith[U](action: (V) => U): (K) => Boolean
- Definition Classes
- PartialFunction
- def scan[B >: (K, V)](z: B)(op: (B, B) => B): Iterable[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, (K, V)) => B): Iterable[B]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: ((K, V), B) => B): Iterable[B]
- Definition Classes
- IterableOps
- def size: Int
- Definition Classes
- HashTrieMap → IterableOnceOps
- def sizeCompare(that: collection.Iterable[_]): Int
- Definition Classes
- IterableOps
- def sizeCompare(otherSize: Int): Int
- Definition Classes
- IterableOps
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): OldHashMap[K, V]
- Definition Classes
- IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[OldHashMap[K, V]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[OldHashMap[K, V]]
- Definition Classes
- IterableOps
- def span(p: ((K, V)) => Boolean): (OldHashMap[K, V], OldHashMap[K, V])
- Definition Classes
- StrictOptimizedIterableOps → IterableOps → IterableOnceOps
- def split: Seq[OldHashMap[K, V]]
- Definition Classes
- HashTrieMap → OldHashMap
- def splitAt(n: Int): (OldHashMap[K, V], OldHashMap[K, V])
- Definition Classes
- IterableOps → IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[(K, V), S]): S
- Definition Classes
- IterableOnce
- final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[(K, V), B]): C2
- Attributes
- protected[this]
- Definition Classes
- StrictOptimizedIterableOps
- Annotations
- @inline()
- final def strictOptimizedConcat[B >: (K, V), C2](that: IterableOnce[B], b: Builder[B, C2]): C2
- Attributes
- protected[this]
- Definition Classes
- StrictOptimizedIterableOps
- Annotations
- @inline()
- final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: ((K, V)) => IterableOnce[B]): C2
- Attributes
- protected[this]
- Definition Classes
- StrictOptimizedIterableOps
- Annotations
- @inline()
- final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: ((K, V)) => IterableOnce[B]): C2
- Attributes
- protected[this]
- Definition Classes
- StrictOptimizedIterableOps
- Annotations
- @inline()
- final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: ((K, V)) => B): C2
- Attributes
- protected[this]
- Definition Classes
- StrictOptimizedIterableOps
- Annotations
- @inline()
- final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[((K, V), B), C2]): C2
- Attributes
- protected[this]
- Definition Classes
- StrictOptimizedIterableOps
- Annotations
- @inline()
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- Map → Iterable
- Annotations
- @deprecatedOverriding("Compatibility override", "2.13.0")
- def sum[B >: (K, V)](implicit num: math.Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: OldHashMap[K, V]
- Definition Classes
- OldHashMap → IterableOps
- def tails: Iterator[OldHashMap[K, V]]
- Definition Classes
- IterableOps
- def take(n: Int): OldHashMap[K, V]
- Definition Classes
- IterableOps → IterableOnceOps
- def takeRight(n: Int): OldHashMap[K, V]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps
- def takeWhile(p: ((K, V)) => Boolean): OldHashMap[K, V]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: ((K, V)) => U): OldHashMap[K, V]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps → IterableOnceOps
- def to[C1](factory: Factory[(K, V), C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: (K, V)](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: (K, V)]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def toIndexedSeq: IndexedSeq[(K, V)]
- Definition Classes
- IterableOnceOps
- final def toIterable: HashTrieMap.this.type
- Definition Classes
- Iterable → IterableOps
- def toList: List[(K, V)]
- Definition Classes
- IterableOnceOps
- final def toMap[K2, V2](implicit ev: <:<[(K, V), (K2, V2)]): Map[K2, V2]
- Definition Classes
- Map → IterableOnceOps
- def toSeq: Seq[(K, V)]
- Definition Classes
- IterableOnceOps
- def toSet[B >: (K, V)]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Map → Function1 → Iterable → AnyRef → Any
- def toVector: Vector[(K, V)]
- Definition Classes
- IterableOnceOps
- def transform[W](f: (K, V) => W): OldHashMap[K, W]
- Definition Classes
- MapOps
- def transpose[B](implicit asIterable: ((K, V)) => collection.Iterable[B]): Iterable[Iterable[B]]
- Definition Classes
- IterableOps
- def unapply(a: K): Option[V]
- Definition Classes
- PartialFunction
- def unzip[A1, A2](implicit asPair: ((K, V)) => (A1, A2)): (Iterable[A1], Iterable[A2])
- Definition Classes
- StrictOptimizedIterableOps → IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: ((K, V)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- Definition Classes
- StrictOptimizedIterableOps → IterableOps
- final def updated[V1 >: V](key: K, value: V1): OldHashMap[K, V1]
- Definition Classes
- OldHashMap → MapOps
- def updated0[V1 >: V](key: K, hash: Int, level: Int, value: V1, kv: (K, V1), merger: Merger[K, V1]): OldHashMap[K, V1]
- Attributes
- protected[scala.collection]
- Definition Classes
- HashTrieMap → OldHashMap
- def updatedWith[V1 >: V](key: K)(remappingFunction: (Option[V]) => Option[V1]): OldHashMap[K, V1]
- Definition Classes
- MapOps
- def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[V, S]): S
- Definition Classes
- MapOps
- def values: collection.Iterable[V]
- Definition Classes
- MapOps
- def valuesIterator: Iterator[V]
- Definition Classes
- MapOps
- def view: MapView[K, V]
- Definition Classes
- MapOps → IterableOps
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withDefault[V1 >: V](d: (K) => V1): Map[K, V1]
- Definition Classes
- Map
- def withDefaultValue[V1 >: V](d: V1): Map[K, V1]
- Definition Classes
- Map
- def withFilter(p: ((K, V)) => Boolean): MapOps.WithFilter[K, V, [x]Iterable[x], [x, y]OldHashMap[x, y]]
- Definition Classes
- MapFactoryDefaults → IterableOps
- def zip[B](that: IterableOnce[B]): Iterable[((K, V), B)]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps
- def zipAll[A1 >: (K, V), B](that: collection.Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: Iterable[((K, V), Int)]
- Definition Classes
- StrictOptimizedIterableOps → IterableOps → IterableOnceOps
Deprecated Value Members
- def +[V1 >: V](elem1: (K, V1), elem2: (K, V1), elems: (K, V1)*): OldHashMap[K, V1]
- Definition Classes
- StrictOptimizedMapOps → MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs
- def ++:[V1 >: V](that: IterableOnce[(K, V1)]): OldHashMap[K, V1]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable
- 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
- def -(key1: K, key2: K, keys: K*): OldHashMap[K, V]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use -- with an explicit collection
- 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 /:
- 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 :\
- 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. UsefoldLeft(z)(seqop)
instead.
- 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
- 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
- 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).
- 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)
- 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).
- final def repr: OldHashMap[K, V]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside
- def seq: HashTrieMap.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- final def toIterator: Iterator[(K, V)]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toStream: Stream[(K, V)]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- final def toTraversable: collection.Traversable[(K, V)]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use toIterable instead
- 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)