Showing content from https://www.scala-lang.org/api/2.13.10/scala/collection/mutable/OpenHashMap.html below:
Scala Standard Library 2.13.10 - scala.collection.mutable.OpenHashMap
class OpenHashMap[Key, Value] extends AbstractMap[Key, Value] with MapOps[Key, Value, OpenHashMap, OpenHashMap[Key, Value]] with StrictOptimizedIterableOps[(Key, Value), Iterable, OpenHashMap[Key, Value]] with MapFactoryDefaults[Key, Value, OpenHashMap, Iterable] with DefaultSerializable
î·î
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenHashMap
- DefaultSerializable
- Serializable
- StrictOptimizedIterableOps
- AbstractMap
- Map
- MapOps
- Shrinkable
- Builder
- Growable
- Clearable
- Cloneable
- Cloneable
- Iterable
- AbstractMap
- Map
- Equals
- MapFactoryDefaults
- MapOps
- PartialFunction
- Function1
- AbstractIterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
Implicitly
- by UnliftOps
- by iterableOnceExtensionMethods
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
Visibility
- Public
- Protected
Instance Constructors
- î
new OpenHashMap()
- î
new OpenHashMap(initialSize: Int)
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##: Int
- î
def ++[V2 >: Value](xs: IterableOnce[(Key, V2)]): OpenHashMap[Key, V2]
- î
final def ++[B >: (Key, Value)](suffix: IterableOnce[B]): Iterable[B]
- î
final def ++=(xs: IterableOnce[(Key, Value)]): OpenHashMap.this.type
- î
final def +=(elem: (Key, Value)): OpenHashMap.this.type
- î
final def --=(xs: IterableOnce[Key]): OpenHashMap.this.type
- î
final def -=(elem: Key): OpenHashMap.this.type
- î
def ->[B](y: B): (OpenHashMap[Key, Value], B)
- î
final def ==(arg0: Any): Boolean
- î
def addAll(xs: IterableOnce[(Key, Value)]): OpenHashMap.this.type
- î
def addOne(kv: (Key, Value)): OpenHashMap.this.type
- î
def addString(sb: StringBuilder, start: String, sep: String, end: String): sb.type
- î
final def addString(b: StringBuilder): b.type
- î
final def addString(b: StringBuilder, sep: String): b.type
- î
def andThen[C](k: PartialFunction[Value, C]): PartialFunction[Key, C]
- î
def andThen[C](k: (Value) => C): PartialFunction[Key, C]
- î
def apply(key: Key): Value
- î
def applyOrElse[K1 <: Key, V1 >: Value](x: K1, default: (K1) => V1): V1
- î
final def asInstanceOf[T0]: T0
- î
def canEqual(that: Any): Boolean
- î
def className: String
- î
def clear(): Unit
- î
def clone(): OpenHashMap[Key, Value]
- î
final def coll: OpenHashMap.this.type
- î
def collect[B](pf: PartialFunction[(Key, Value), B]): Iterable[B]
- î
def collect[K2, V2](pf: PartialFunction[(Key, Value), (K2, V2)]): OpenHashMap[K2, V2]
- î
def collectFirst[B](pf: PartialFunction[(Key, Value), B]): Option[B]
- î
def compose[R](k: PartialFunction[R, Key]): PartialFunction[R, Value]
- î
def compose[A](g: (A) => Key): (A) => Value
- î
def concat[V2 >: Value](suffix: IterableOnce[(Key, V2)]): OpenHashMap[Key, V2]
- î
def concat[B >: (Key, Value)](suffix: IterableOnce[B]): Iterable[B]
- î
def contains(key: Key): Boolean
- î
def copyToArray[B >: (Key, Value)](xs: Array[B], start: Int, len: Int): Int
- î
def copyToArray[B >: (Key, Value)](xs: Array[B], start: Int): Int
- î
def copyToArray[B >: (Key, Value)](xs: Array[B]): Int
- î
def corresponds[B](that: IterableOnce[B])(p: ((Key, Value), B) => Boolean): Boolean
- î
def count(p: ((Key, Value)) => Boolean): Int
- î
def default(key: Key): Value
- î
def drop(n: Int): OpenHashMap[Key, Value]
- î
def dropRight(n: Int): OpenHashMap[Key, Value]
- î
def dropWhile(p: ((Key, Value)) => Boolean): OpenHashMap[Key, Value]
- î
def elementWise: ElementWiseExtractor[Key, Value]
- î
def empty: OpenHashMap[Key, Value]
- î
def ensuring(cond: (OpenHashMap[Key, Value]) => Boolean, msg: => Any): OpenHashMap[Key, Value]
- î
def ensuring(cond: (OpenHashMap[Key, Value]) => Boolean): OpenHashMap[Key, Value]
- î
def ensuring(cond: Boolean, msg: => Any): OpenHashMap[Key, Value]
- î
def ensuring(cond: Boolean): OpenHashMap[Key, Value]
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(o: Any): Boolean
- î
def exists(p: ((Key, Value)) => Boolean): Boolean
- î
def filter(pred: ((Key, Value)) => Boolean): OpenHashMap[Key, Value]
- î
def filterImpl(pred: ((Key, Value)) => Boolean, isFlipped: Boolean): OpenHashMap[Key, Value]
- î
def filterInPlace(f: (Key, Value) => Boolean): OpenHashMap.this.type
- î
def filterNot(pred: ((Key, Value)) => Boolean): OpenHashMap[Key, Value]
- î
def finalize(): Unit
- î
def find(p: ((Key, Value)) => Boolean): Option[(Key, Value)]
- î
def flatMap[B](f: ((Key, Value)) => IterableOnce[B]): Iterable[B]
- î
def flatMap[K2, V2](f: ((Key, Value)) => IterableOnce[(K2, V2)]): OpenHashMap[K2, V2]
- î
def flatten[B](implicit toIterableOnce: ((Key, Value)) => IterableOnce[B]): Iterable[B]
- î
def fold[A1 >: (Key, Value)](z: A1)(op: (A1, A1) => A1): A1
- î
def foldLeft[B](z: B)(op: (B, (Key, Value)) => B): B
- î
def foldRight[B](z: B)(op: ((Key, Value), B) => B): B
- î
def forall(p: ((Key, Value)) => Boolean): Boolean
- î
def foreach[U](f: ((Key, Value)) => U): Unit
- î
def foreachEntry[U](f: (Key, Value) => U): Unit
- î
def fromSpecific(coll: IterableOnce[(Key, Value)]): OpenHashMap[Key, Value]
- î
def get(key: Key): Option[Value]
- î
final def getClass(): Class[_ <: AnyRef]
- î
def getOrElse[V1 >: Value](key: Key, default: => V1): V1
- î
def getOrElseUpdate(key: Key, op: => Value): Value
- î
def groupBy[K](f: ((Key, Value)) => K): immutable.Map[K, OpenHashMap[Key, Value]]
- î
def groupMap[K, B](key: ((Key, Value)) => K)(f: ((Key, Value)) => B): immutable.Map[K, Iterable[B]]
- î
def groupMapReduce[K, B](key: ((Key, Value)) => K)(f: ((Key, Value)) => B)(reduce: (B, B) => B): immutable.Map[K, B]
- î
def grouped(size: Int): Iterator[OpenHashMap[Key, Value]]
- î
def hashCode(): Int
- î
def hashOf(key: Key): Int
- î
def head: (Key, Value)
- î
def headOption: Option[(Key, Value)]
- î
def init: OpenHashMap[Key, Value]
- î
def inits: Iterator[OpenHashMap[Key, Value]]
- î
def isDefinedAt(key: Key): Boolean
- î
def isEmpty: Boolean
- î
final def isInstanceOf[T0]: Boolean
- î
def isTraversableAgain: Boolean
- î
def iterableFactory: IterableFactory[Iterable]
- î
def iterator: Iterator[(Key, Value)]
- î
def keySet: collection.Set[Key]
- î
def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[Key, S]): S
- î
def keys: collection.Iterable[Key]
- î
def keysIterator: Iterator[Key]
- î
def knownSize: Int
- î
def last: (Key, Value)
- î
def lastOption: Option[(Key, Value)]
- î
def lazyZip[B](that: collection.Iterable[B]): LazyZip2[(Key, Value), B, OpenHashMap.this.type]
- î
def lift: (Key) => Option[Value]
- î
def map[B](f: ((Key, Value)) => B): Iterable[B]
- î
def map[K2, V2](f: ((Key, Value)) => (K2, V2)): OpenHashMap[K2, V2]
- î
def mapFactory: MapFactory[OpenHashMap]
- î
final def mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): OpenHashMap[K2, V2]
- î
def mapResult[NewTo](f: (OpenHashMap[Key, Value]) => NewTo): Builder[(Key, Value), NewTo]
- î
def mapValuesInPlace(f: (Key, Value) => Value): OpenHashMap.this.type
- î
def max[B >: (Key, Value)](implicit ord: math.Ordering[B]): (Key, Value)
- î
def maxBy[B](f: ((Key, Value)) => B)(implicit cmp: math.Ordering[B]): (Key, Value)
- î
def maxByOption[B](f: ((Key, Value)) => B)(implicit cmp: math.Ordering[B]): Option[(Key, Value)]
- î
def maxOption[B >: (Key, Value)](implicit ord: math.Ordering[B]): Option[(Key, Value)]
- î
def min[B >: (Key, Value)](implicit ord: math.Ordering[B]): (Key, Value)
- î
def minBy[B](f: ((Key, Value)) => B)(implicit cmp: math.Ordering[B]): (Key, Value)
- î
def minByOption[B](f: ((Key, Value)) => B)(implicit cmp: math.Ordering[B]): Option[(Key, Value)]
- î
def minOption[B >: (Key, Value)](implicit ord: math.Ordering[B]): Option[(Key, Value)]
- î
final def mkString: String
- î
final def mkString(sep: String): String
- î
final def mkString(start: String, sep: String, end: String): String
- î
final def ne(arg0: AnyRef): Boolean
- î
def newSpecificBuilder: Builder[(Key, Value), OpenHashMap[Key, Value]]
- î
def nonEmpty: Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
def orElse[A1 <: Key, B1 >: Value](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- î
def partition(p: ((Key, Value)) => Boolean): (OpenHashMap[Key, Value], OpenHashMap[Key, Value])
- î
def partitionMap[A1, A2](f: ((Key, Value)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
- î
def product[B >: (Key, Value)](implicit num: math.Numeric[B]): B
- î
def put(key: Key, value: Value): Option[Value]
- î
def reduce[B >: (Key, Value)](op: (B, B) => B): B
- î
def reduceLeft[B >: (Key, Value)](op: (B, (Key, Value)) => B): B
- î
def reduceLeftOption[B >: (Key, Value)](op: (B, (Key, Value)) => B): Option[B]
- î
def reduceOption[B >: (Key, Value)](op: (B, B) => B): Option[B]
- î
def reduceRight[B >: (Key, Value)](op: ((Key, Value), B) => B): B
- î
def reduceRightOption[B >: (Key, Value)](op: ((Key, Value), B) => B): Option[B]
- î
def remove(key: Key): Option[Value]
- î
def result(): OpenHashMap[Key, Value]
- î
def reversed: collection.Iterable[(Key, Value)]
- î
def runWith[U](action: (Value) => U): (Key) => Boolean
- î
def scan[B >: (Key, Value)](z: B)(op: (B, B) => B): Iterable[B]
- î
def scanLeft[B](z: B)(op: (B, (Key, Value)) => B): Iterable[B]
- î
def scanRight[B](z: B)(op: ((Key, Value), B) => B): Iterable[B]
- î
def size: Int
- î
def sizeCompare(that: collection.Iterable[_]): Int
- î
def sizeCompare(otherSize: Int): Int
- î
final def sizeHint(coll: IterableOnce[_], delta: Int = 0): Unit
- î
def sizeHint(size: Int): Unit
- î
final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
- î
final def sizeIs: SizeCompareOps
- î
def slice(from: Int, until: Int): OpenHashMap[Key, Value]
- î
def sliding(size: Int, step: Int): Iterator[OpenHashMap[Key, Value]]
- î
def sliding(size: Int): Iterator[OpenHashMap[Key, Value]]
- î
def span(p: ((Key, Value)) => Boolean): (OpenHashMap[Key, Value], OpenHashMap[Key, Value])
- î
def splitAt(n: Int): (OpenHashMap[Key, Value], OpenHashMap[Key, Value])
- î
def stepper[S <: Stepper[_]](implicit shape: StepperShape[(Key, Value), S]): S
- î
final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[(Key, Value), B]): C2
- î
final def strictOptimizedConcat[B >: (Key, Value), C2](that: IterableOnce[B], b: Builder[B, C2]): C2
- î
final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: ((Key, Value)) => IterableOnce[B]): C2
- î
final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: ((Key, Value)) => IterableOnce[B]): C2
- î
final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: ((Key, Value)) => B): C2
- î
final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[((Key, Value), B), C2]): C2
- î
def stringPrefix: String
- î
def subtractAll(xs: IterableOnce[Key]): OpenHashMap.this.type
- î
def subtractOne(key: Key): OpenHashMap.this.type
- î
def sum[B >: (Key, Value)](implicit num: math.Numeric[B]): B
- î
final def synchronized[T0](arg0: => T0): T0
- î
def tail: OpenHashMap[Key, Value]
- î
def tails: Iterator[OpenHashMap[Key, Value]]
- î
def take(n: Int): OpenHashMap[Key, Value]
- î
def takeRight(n: Int): OpenHashMap[Key, Value]
- î
def takeWhile(p: ((Key, Value)) => Boolean): OpenHashMap[Key, Value]
- î
def tapEach[U](f: ((Key, Value)) => U): OpenHashMap[Key, Value]
- î
def to[C1](factory: Factory[(Key, Value), C1]): C1
- î
def toArray[B >: (Key, Value)](implicit arg0: ClassTag[B]): Array[B]
- î
final def toBuffer[B >: (Key, Value)]: Buffer[B]
- î
def toIndexedSeq: immutable.IndexedSeq[(Key, Value)]
- î
def toList: immutable.List[(Key, Value)]
- î
def toMap[K, V](implicit ev: <:<[(Key, Value), (K, V)]): immutable.Map[K, V]
- î
def toSeq: immutable.Seq[(Key, Value)]
- î
def toSet[B >: (Key, Value)]: immutable.Set[B]
- î
def toString(): String
- î
def toVector: immutable.Vector[(Key, Value)]
- î
def transpose[B](implicit asIterable: ((Key, Value)) => collection.Iterable[B]): Iterable[Iterable[B]]
- î
def unapply(a: Key): Option[Value]
- î
def unlift: PartialFunction[Key, B]
- î
def unzip[A1, A2](implicit asPair: ((Key, Value)) => (A1, A2)): (Iterable[A1], Iterable[A2])
- î
def unzip3[A1, A2, A3](implicit asTriple: ((Key, Value)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- î
def update(key: Key, value: Value): Unit
- î
def updateWith(key: Key)(remappingFunction: (Option[Value]) => Option[Value]): Option[Value]
- î
def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[Value, S]): S
- î
def values: collection.Iterable[Value]
- î
def valuesIterator: Iterator[Value]
- î
def view: MapView[Key, Value]
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
- î
def withDefault(d: (Key) => Value): Map[Key, Value]
- î
def withDefaultValue(d: Value): Map[Key, Value]
- î
def withFilter(p: ((Key, Value)) => Boolean): MapOps.WithFilter[Key, Value, [x]Iterable[x], [x, y]OpenHashMap[x, y]]
- î
def writeReplace(): AnyRef
- î
def zip[B](that: IterableOnce[B]): Iterable[((Key, Value), B)]
- î
def zipAll[A1 >: (Key, Value), B](that: collection.Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
- î
def zipWithIndex: Iterable[((Key, Value), Int)]
Deprecated Value Members
- î
def +[V1 >: Value](elem1: (Key, V1), elem2: (Key, V1), elems: (Key, V1)*): OpenHashMap[Key, V1]
- î
def +[V1 >: Value](kv: (Key, V1)): OpenHashMap[Key, V1]
- î
def ++:[V1 >: Value](that: IterableOnce[(Key, V1)]): OpenHashMap[Key, V1]
- î
def ++:[B >: (Key, Value)](that: IterableOnce[B]): Iterable[B]
- î
final def +=(elem1: (Key, Value), elem2: (Key, Value), elems: (Key, Value)*): OpenHashMap.this.type
- î
final def -(key1: Key, key2: Key, keys: Key*): OpenHashMap[Key, Value]
- î
final def -(key: Key): OpenHashMap[Key, Value]
- î
def --(keys: IterableOnce[Key]): OpenHashMap[Key, Value]
- î
def -=(elem1: Key, elem2: Key, elems: Key*): OpenHashMap.this.type
- î
def /:[B](z: B)(op: (B, (Key, Value)) => B): B
- î
final def /:[B](z: B)(op: (B, (Key, Value)) => B): B
- î
def :\[B](z: B)(op: ((Key, Value), B) => B): B
- î
final def :\[B](z: B)(op: ((Key, Value), B) => B): B
- î
def aggregate[B](z: => B)(seqop: (B, (Key, Value)) => B, combop: (B, B) => B): B
- î
def collectFirst[B](f: PartialFunction[(Key, Value), B]): Option[B]
- î
def companion: IterableFactory[[_]Iterable[_]]
- î
def copyToBuffer(dest: Buffer[(Key, Value)]): Unit
- î
final def copyToBuffer[B >: (Key, Value)](dest: Buffer[B]): Unit
- î
def count(f: ((Key, Value)) => Boolean): Int
- î
def exists(f: ((Key, Value)) => Boolean): Boolean
- î
def filter(f: ((Key, Value)) => Boolean): Iterator[(Key, Value)]
- î
def filterKeys(p: (Key) => Boolean): MapView[Key, Value]
- î
def find(p: ((Key, Value)) => Boolean): Option[(Key, Value)]
- î
def flatMap[B](f: ((Key, Value)) => IterableOnce[B]): IterableOnce[B]
- î
def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- î
def foldLeft[B](z: B)(op: (B, (Key, Value)) => B): B
- î
def foldRight[B](z: B)(op: ((Key, Value), B) => B): B
- î
def forall(f: ((Key, Value)) => Boolean): Boolean
- î
def foreach[U](f: ((Key, Value)) => U): Unit
- î
def formatted(fmtstr: String): String
- î
def hasDefiniteSize: Boolean
- î
def isEmpty: Boolean
- î
def map[B](f: ((Key, Value)) => B): IterableOnce[B]
- î
def mapValues[W](f: (Value) => W): MapView[Key, W]
- î
def max(implicit ord: math.Ordering[(Key, Value)]): (Key, Value)
- î
def maxBy[B](f: ((Key, Value)) => B)(implicit cmp: math.Ordering[B]): (Key, Value)
- î
def min(implicit ord: math.Ordering[(Key, Value)]): (Key, Value)
- î
def minBy[B](f: ((Key, Value)) => B)(implicit cmp: math.Ordering[B]): (Key, Value)
- î
def mkString: String
- î
def mkString(sep: String): String
- î
def mkString(start: String, sep: String, end: String): String
- î
def nonEmpty: Boolean
- î
def product(implicit num: math.Numeric[(Key, Value)]): (Key, Value)
- î
def reduce(f: ((Key, Value), (Key, Value)) => (Key, Value)): (Key, Value)
- î
def reduceLeft(f: ((Key, Value), (Key, Value)) => (Key, Value)): (Key, Value)
- î
def reduceLeftOption(f: ((Key, Value), (Key, Value)) => (Key, Value)): Option[(Key, Value)]
- î
def reduceOption(f: ((Key, Value), (Key, Value)) => (Key, Value)): Option[(Key, Value)]
- î
def reduceRight(f: ((Key, Value), (Key, Value)) => (Key, Value)): (Key, Value)
- î
def reduceRightOption(f: ((Key, Value), (Key, Value)) => (Key, Value)): Option[(Key, Value)]
- î
final def repr: OpenHashMap[Key, Value]
- î
final def retain(p: (Key, Value) => Boolean): OpenHashMap.this.type
- î
def sameElements[B >: A](that: IterableOnce[B]): Boolean
- î
def seq: OpenHashMap.this.type
- î
def size: Int
- î
def sum(implicit num: math.Numeric[(Key, Value)]): (Key, Value)
- î
def to[C1](factory: Factory[(Key, Value), C1]): C1
- î
def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- î
def toBuffer[B >: A]: Buffer[B]
- î
def toIndexedSeq: collection.IndexedSeq[(Key, Value)]
- î
final def toIterable: collection.Iterable[(Key, Value)]
- î
final def toIterable: OpenHashMap.this.type
- î
def toIterator: Iterator[(Key, Value)]
- î
final def toIterator: Iterator[(Key, Value)]
- î
def toList: immutable.List[(Key, Value)]
- î
def toMap[K, V](implicit ev: <:<[(Key, Value), (K, V)]): immutable.Map[K, V]
- î
def toSeq: immutable.Seq[(Key, Value)]
- î
def toSet[B >: A]: immutable.Set[B]
- î
def toStream: immutable.Stream[(Key, Value)]
- î
final def toStream: immutable.Stream[(Key, Value)]
- î
final def toTraversable: collection.Traversable[(Key, Value)]
- î
final def toTraversable: collection.Traversable[(Key, Value)]
- î
def toVector: immutable.Vector[(Key, Value)]
- î
final def transform(f: (Key, Value) => Value): OpenHashMap.this.type
- î
def updated[V1 >: Value](key: Key, value: V1): OpenHashMap[Key, V1]
- î
def view(from: Int, until: Int): View[(Key, Value)]
- î
def withFilter(f: ((Key, Value)) => Boolean): Iterator[(Key, Value)]
- î
def â[B](y: B): (OpenHashMap[Key, Value], B)
Inherited from Map[Key, Value]
Inherited from (Key) => Value
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4