Showing content from https://www.scala-lang.org/api/2.13.10/scala/collection/immutable/LongMap.html below:
Scala Standard Library 2.13.10 - scala.collection.immutable.LongMap
sealed abstract class LongMap[+T] extends AbstractMap[immutable.LongMapUtils.Long, T] with StrictOptimizedMapOps[immutable.LongMapUtils.Long, T, Map, LongMap[T]] with Serializable
î·î
Ordering
- Alphabetic
- By Inheritance
Inherited
- LongMap
- Serializable
- StrictOptimizedMapOps
- StrictOptimizedMapOps
- StrictOptimizedIterableOps
- AbstractMap
- Map
- MapOps
- 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
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##: Int
- î
def +[S >: T](kv: (LongMapUtils.Long, S)): LongMap[S]
- î
def ++[V1 >: T](that: IterableOnce[(LongMapUtils.Long, V1)]): LongMap[V1]
- î
def ++[S >: T](that: LongMap[S]): LongMap[S]
- î
final def ++[B >: (LongMapUtils.Long, T)](suffix: IterableOnce[B]): Iterable[B]
- î
final def -(key: LongMapUtils.Long): LongMap[T]
- î
final def --(keys: IterableOnce[LongMapUtils.Long]): LongMap[T]
- î
def ->[B](y: B): (LongMap[T], B)
- î
final def ==(arg0: Any): Boolean
- î
def addString(sb: mutable.StringBuilder, start: String, sep: String, end: String): sb.type
- î
final def addString(b: mutable.StringBuilder): b.type
- î
final def addString(b: mutable.StringBuilder, sep: String): b.type
- î
def andThen[C](k: PartialFunction[T, C]): PartialFunction[LongMapUtils.Long, C]
- î
def andThen[C](k: (T) => C): PartialFunction[LongMapUtils.Long, C]
- î
final def apply(key: LongMapUtils.Long): T
- î
def applyOrElse[K1 <: LongMapUtils.Long, V1 >: T](x: K1, default: (K1) => V1): V1
- î
final def asInstanceOf[T0]: T0
- î
def canEqual(that: Any): Boolean
- î
def className: String
- î
def clone(): AnyRef
- î
final def coll: LongMap.this.type
- î
def collect[V2](pf: PartialFunction[(LongMapUtils.Long, T), (LongMapUtils.Long, V2)]): LongMap[V2]
- î
def collect[K2, V2](pf: PartialFunction[(LongMapUtils.Long, T), (K2, V2)]): Map[K2, V2]
- î
def collect[B](pf: PartialFunction[(LongMapUtils.Long, T), B]): Iterable[B]
- î
def collectFirst[B](pf: PartialFunction[(LongMapUtils.Long, T), B]): Option[B]
- î
def compose[R](k: PartialFunction[R, LongMapUtils.Long]): PartialFunction[R, T]
- î
def compose[A](g: (A) => LongMapUtils.Long): (A) => T
- î
def concat[V1 >: T](that: IterableOnce[(LongMapUtils.Long, V1)]): LongMap[V1]
- î
def concat[B >: (LongMapUtils.Long, T)](suffix: IterableOnce[B]): Iterable[B]
- î
def contains(key: LongMapUtils.Long): Boolean
- î
def copyToArray[B >: (LongMapUtils.Long, T)](xs: Array[B], start: Int, len: Int): Int
- î
def copyToArray[B >: (LongMapUtils.Long, T)](xs: Array[B], start: Int): Int
- î
def copyToArray[B >: (LongMapUtils.Long, T)](xs: Array[B]): Int
- î
def corresponds[B](that: IterableOnce[B])(p: ((LongMapUtils.Long, T), B) => Boolean): Boolean
- î
def count(p: ((LongMapUtils.Long, T)) => Boolean): Int
- î
def default(key: LongMapUtils.Long): T
- î
def drop(n: Int): LongMap[T]
- î
def dropRight(n: Int): LongMap[T]
- î
def dropWhile(p: ((LongMapUtils.Long, T)) => Boolean): LongMap[T]
- î
def elementWise: ElementWiseExtractor[LongMapUtils.Long, T]
- î
def empty: LongMap[T]
- î
def ensuring(cond: (LongMap[T]) => Boolean, msg: => Any): LongMap[T]
- î
def ensuring(cond: (LongMap[T]) => Boolean): LongMap[T]
- î
def ensuring(cond: Boolean, msg: => Any): LongMap[T]
- î
def ensuring(cond: Boolean): LongMap[T]
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(o: Any): Boolean
- î
def exists(p: ((LongMapUtils.Long, T)) => Boolean): Boolean
- î
def filter(f: ((LongMapUtils.Long, T)) => Boolean): LongMap[T]
- î
def filterImpl(pred: ((LongMapUtils.Long, T)) => Boolean, isFlipped: Boolean): LongMap[T]
- î
def filterNot(pred: ((LongMapUtils.Long, T)) => Boolean): LongMap[T]
- î
def finalize(): Unit
- î
def find(p: ((LongMapUtils.Long, T)) => Boolean): Option[(LongMapUtils.Long, T)]
- î
final def firstKey: LongMapUtils.Long
- î
def flatMap[V2](f: ((LongMapUtils.Long, T)) => IterableOnce[(LongMapUtils.Long, V2)]): LongMap[V2]
- î
def flatMap[K2, V2](f: ((LongMapUtils.Long, T)) => IterableOnce[(K2, V2)]): Map[K2, V2]
- î
def flatMap[B](f: ((LongMapUtils.Long, T)) => IterableOnce[B]): Iterable[B]
- î
def flatten[B](implicit toIterableOnce: ((LongMapUtils.Long, T)) => IterableOnce[B]): Iterable[B]
- î
def fold[A1 >: (LongMapUtils.Long, T)](z: A1)(op: (A1, A1) => A1): A1
- î
def foldLeft[B](z: B)(op: (B, (LongMapUtils.Long, T)) => B): B
- î
def foldRight[B](z: B)(op: ((LongMapUtils.Long, T), B) => B): B
- î
def forall(p: ((LongMapUtils.Long, T)) => Boolean): Boolean
- î
final def foreach[U](f: ((LongMapUtils.Long, T)) => U): Unit
- î
final def foreachEntry[U](f: (LongMapUtils.Long, T) => U): Unit
- î
final def foreachKey[U](f: (LongMapUtils.Long) => U): Unit
- î
final def foreachValue[U](f: (T) => U): Unit
- î
def fromSpecific(coll: IterableOnce[(LongMapUtils.Long, T)]): LongMap[T]
- î
final def get(key: LongMapUtils.Long): Option[T]
- î
final def getClass(): Class[_ <: AnyRef]
- î
final def getOrElse[S >: T](key: LongMapUtils.Long, default: => S): S
- î
def groupBy[K](f: ((LongMapUtils.Long, T)) => K): Map[K, LongMap[T]]
- î
def groupMap[K, B](key: ((LongMapUtils.Long, T)) => K)(f: ((LongMapUtils.Long, T)) => B): Map[K, Iterable[B]]
- î
def groupMapReduce[K, B](key: ((LongMapUtils.Long, T)) => K)(f: ((LongMapUtils.Long, T)) => B)(reduce: (B, B) => B): Map[K, B]
- î
def grouped(size: Int): Iterator[LongMap[T]]
- î
def hashCode(): Int
- î
def head: (LongMapUtils.Long, T)
- î
def headOption: Option[(LongMapUtils.Long, T)]
- î
def init: LongMap[T]
- î
def inits: Iterator[LongMap[T]]
- î
def intersection[R](that: LongMap[R]): LongMap[T]
- î
def intersectionWith[S, R](that: LongMap[S], f: (LongMapUtils.Long, T, S) => R): LongMap[R]
- î
def isDefinedAt(key: LongMapUtils.Long): Boolean
- î
def isEmpty: Boolean
- î
final def isInstanceOf[T0]: Boolean
- î
def isTraversableAgain: Boolean
- î
def iterableFactory: IterableFactory[Iterable]
- î
def iterator: Iterator[(LongMapUtils.Long, T)]
- î
def keySet: Set[LongMapUtils.Long]
- î
def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[LongMapUtils.Long, S]): S
- î
def keys: collection.Iterable[LongMapUtils.Long]
- î
def keysIterator: Iterator[LongMapUtils.Long]
- î
def knownSize: Int
- î
def last: (LongMapUtils.Long, T)
- î
final def lastKey: LongMapUtils.Long
- î
def lastOption: Option[(LongMapUtils.Long, T)]
- î
def lazyZip[B](that: collection.Iterable[B]): LazyZip2[(LongMapUtils.Long, T), B, LongMap.this.type]
- î
def lift: (LongMapUtils.Long) => Option[T]
- î
def map[V2](f: ((LongMapUtils.Long, T)) => (LongMapUtils.Long, V2)): LongMap[V2]
- î
def map[K2, V2](f: ((LongMapUtils.Long, T)) => (K2, V2)): Map[K2, V2]
- î
def map[B](f: ((LongMapUtils.Long, T)) => B): Iterable[B]
- î
def mapFactory: MapFactory[Map]
- î
final def mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): Map[K2, V2]
- î
def max[B >: (LongMapUtils.Long, T)](implicit ord: math.Ordering[B]): (LongMapUtils.Long, T)
- î
def maxBy[B](f: ((LongMapUtils.Long, T)) => B)(implicit cmp: math.Ordering[B]): (LongMapUtils.Long, T)
- î
def maxByOption[B](f: ((LongMapUtils.Long, T)) => B)(implicit cmp: math.Ordering[B]): Option[(LongMapUtils.Long, T)]
- î
def maxOption[B >: (LongMapUtils.Long, T)](implicit ord: math.Ordering[B]): Option[(LongMapUtils.Long, T)]
- î
def min[B >: (LongMapUtils.Long, T)](implicit ord: math.Ordering[B]): (LongMapUtils.Long, T)
- î
def minBy[B](f: ((LongMapUtils.Long, T)) => B)(implicit cmp: math.Ordering[B]): (LongMapUtils.Long, T)
- î
def minByOption[B](f: ((LongMapUtils.Long, T)) => B)(implicit cmp: math.Ordering[B]): Option[(LongMapUtils.Long, T)]
- î
def minOption[B >: (LongMapUtils.Long, T)](implicit ord: math.Ordering[B]): Option[(LongMapUtils.Long, T)]
- î
final def mkString: String
- î
final def mkString(sep: String): String
- î
final def mkString(start: String, sep: String, end: String): String
- î
def modifyOrRemove[S](f: (LongMapUtils.Long, T) => Option[S]): LongMap[S]
- î
final def ne(arg0: AnyRef): Boolean
- î
def newSpecificBuilder: Builder[(LongMapUtils.Long, T), LongMap[T]]
- î
def nonEmpty: Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
def orElse[A1 <: LongMapUtils.Long, B1 >: T](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- î
def partition(p: ((LongMapUtils.Long, T)) => Boolean): (LongMap[T], LongMap[T])
- î
def partitionMap[A1, A2](f: ((LongMapUtils.Long, T)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
- î
def product[B >: (LongMapUtils.Long, T)](implicit num: math.Numeric[B]): B
- î
def reduce[B >: (LongMapUtils.Long, T)](op: (B, B) => B): B
- î
def reduceLeft[B >: (LongMapUtils.Long, T)](op: (B, (LongMapUtils.Long, T)) => B): B
- î
def reduceLeftOption[B >: (LongMapUtils.Long, T)](op: (B, (LongMapUtils.Long, T)) => B): Option[B]
- î
def reduceOption[B >: (LongMapUtils.Long, T)](op: (B, B) => B): Option[B]
- î
def reduceRight[B >: (LongMapUtils.Long, T)](op: ((LongMapUtils.Long, T), B) => B): B
- î
def reduceRightOption[B >: (LongMapUtils.Long, T)](op: ((LongMapUtils.Long, T), B) => B): Option[B]
- î
def removed(key: LongMapUtils.Long): LongMap[T]
- î
def removedAll(keys: IterableOnce[LongMapUtils.Long]): LongMap[T]
- î
def reversed: collection.Iterable[(LongMapUtils.Long, T)]
- î
def runWith[U](action: (T) => U): (LongMapUtils.Long) => Boolean
- î
def scan[B >: (LongMapUtils.Long, T)](z: B)(op: (B, B) => B): Iterable[B]
- î
def scanLeft[B](z: B)(op: (B, (LongMapUtils.Long, T)) => B): Iterable[B]
- î
def scanRight[B](z: B)(op: ((LongMapUtils.Long, T), B) => B): Iterable[B]
- î
final def size: Int
- î
def sizeCompare(that: collection.Iterable[_]): Int
- î
def sizeCompare(otherSize: Int): Int
- î
final def sizeIs: SizeCompareOps
- î
def slice(from: Int, until: Int): LongMap[T]
- î
def sliding(size: Int, step: Int): Iterator[LongMap[T]]
- î
def sliding(size: Int): Iterator[LongMap[T]]
- î
def span(p: ((LongMapUtils.Long, T)) => Boolean): (LongMap[T], LongMap[T])
- î
def splitAt(n: Int): (LongMap[T], LongMap[T])
- î
def stepper[S <: Stepper[_]](implicit shape: StepperShape[(LongMapUtils.Long, T), S]): S
- î
final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[(LongMapUtils.Long, T), B]): C2
- î
final def strictOptimizedConcat[B >: (LongMapUtils.Long, T), C2](that: IterableOnce[B], b: Builder[B, C2]): C2
- î
final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: ((LongMapUtils.Long, T)) => IterableOnce[B]): C2
- î
final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: ((LongMapUtils.Long, T)) => IterableOnce[B]): C2
- î
final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: ((LongMapUtils.Long, T)) => B): C2
- î
final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[((LongMapUtils.Long, T), B), C2]): C2
- î
def stringPrefix: String
- î
def sum[B >: (LongMapUtils.Long, T)](implicit num: math.Numeric[B]): B
- î
final def synchronized[T0](arg0: => T0): T0
- î
def tail: LongMap[T]
- î
def tails: Iterator[LongMap[T]]
- î
def take(n: Int): LongMap[T]
- î
def takeRight(n: Int): LongMap[T]
- î
def takeWhile(p: ((LongMapUtils.Long, T)) => Boolean): LongMap[T]
- î
def tapEach[U](f: ((LongMapUtils.Long, T)) => U): LongMap[T]
- î
def to[C1](factory: Factory[(LongMapUtils.Long, T), C1]): C1
- î
def toArray[B >: (LongMapUtils.Long, T)](implicit arg0: ClassTag[B]): Array[B]
- î
final def toBuffer[B >: (LongMapUtils.Long, T)]: Buffer[B]
- î
def toIndexedSeq: IndexedSeq[(LongMapUtils.Long, T)]
- î
def toList: List[(LongMapUtils.Long, T)]
- î
final def toMap[K2, V2](implicit ev: <:<[(LongMapUtils.Long, T), (K2, V2)]): Map[K2, V2]
- î
def toSeq: Seq[(LongMapUtils.Long, T)]
- î
def toSet[B >: (LongMapUtils.Long, T)]: Set[B]
- î
def toString(): String
- î
def toVector: Vector[(LongMapUtils.Long, T)]
- î
def transform[S](f: (LongMapUtils.Long, T) => S): LongMap[S]
- î
def transpose[B](implicit asIterable: ((LongMapUtils.Long, T)) => collection.Iterable[B]): Iterable[Iterable[B]]
- î
def unapply(a: LongMapUtils.Long): Option[T]
- î
def unionWith[S >: T](that: LongMap[S], f: (LongMapUtils.Long, S, S) => S): LongMap[S]
- î
def unlift: PartialFunction[LongMapUtils.Long, B]
- î
def unzip[A1, A2](implicit asPair: ((LongMapUtils.Long, T)) => (A1, A2)): (Iterable[A1], Iterable[A2])
- î
def unzip3[A1, A2, A3](implicit asTriple: ((LongMapUtils.Long, T)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- î
def updateWith[S >: T](key: LongMapUtils.Long, value: S, f: (T, S) => S): LongMap[S]
- î
def updated[S >: T](key: LongMapUtils.Long, value: S): LongMap[S]
- î
def updatedWith[V1 >: T](key: LongMapUtils.Long)(remappingFunction: (Option[T]) => Option[V1]): Map[LongMapUtils.Long, V1]
- î
def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[T, S]): S
- î
def values: collection.Iterable[T]
- î
def valuesIterator: Iterator[T]
- î
def view: MapView[LongMapUtils.Long, T]
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
- î
def withDefault[V1 >: T](d: (LongMapUtils.Long) => V1): Map[LongMapUtils.Long, V1]
- î
def withDefaultValue[V1 >: T](d: V1): Map[LongMapUtils.Long, V1]
- î
def withFilter(p: ((LongMapUtils.Long, T)) => Boolean): MapOps.WithFilter[LongMapUtils.Long, T, [x]Iterable[x], [x, y]Map[x, y]]
- î
def writeReplace(): AnyRef
- î
def zip[B](that: IterableOnce[B]): Iterable[((LongMapUtils.Long, T), B)]
- î
def zipAll[A1 >: (LongMapUtils.Long, T), B](that: collection.Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
- î
def zipWithIndex: Iterable[((LongMapUtils.Long, T), Int)]
Deprecated Value Members
- î
def +[V1 >: T](elem1: (LongMapUtils.Long, V1), elem2: (LongMapUtils.Long, V1), elems: (LongMapUtils.Long, V1)*): Map[LongMapUtils.Long, V1]
- î
def ++:[V1 >: T](that: IterableOnce[(LongMapUtils.Long, V1)]): Map[LongMapUtils.Long, V1]
- î
def ++:[B >: (LongMapUtils.Long, T)](that: IterableOnce[B]): Iterable[B]
- î
def -(key1: LongMapUtils.Long, key2: LongMapUtils.Long, keys: LongMapUtils.Long*): LongMap[T]
- î
def /:[B](z: B)(op: (B, (LongMapUtils.Long, T)) => B): B
- î
final def /:[B](z: B)(op: (B, (LongMapUtils.Long, T)) => B): B
- î
def :\[B](z: B)(op: ((LongMapUtils.Long, T), B) => B): B
- î
final def :\[B](z: B)(op: ((LongMapUtils.Long, T), B) => B): B
- î
def aggregate[B](z: => B)(seqop: (B, (LongMapUtils.Long, T)) => B, combop: (B, B) => B): B
- î
def collectFirst[B](f: PartialFunction[(LongMapUtils.Long, T), B]): Option[B]
- î
def companion: IterableFactory[[_]Iterable[_]]
- î
def copyToBuffer(dest: Buffer[(LongMapUtils.Long, T)]): Unit
- î
final def copyToBuffer[B >: (LongMapUtils.Long, T)](dest: Buffer[B]): Unit
- î
def count(f: ((LongMapUtils.Long, T)) => Boolean): Int
- î
def exists(f: ((LongMapUtils.Long, T)) => Boolean): Boolean
- î
def filter(f: ((LongMapUtils.Long, T)) => Boolean): Iterator[(LongMapUtils.Long, T)]
- î
def filterKeys(p: (LongMapUtils.Long) => Boolean): MapView[LongMapUtils.Long, T]
- î
def find(p: ((LongMapUtils.Long, T)) => Boolean): Option[(LongMapUtils.Long, T)]
- î
def flatMap[B](f: ((LongMapUtils.Long, T)) => IterableOnce[B]): IterableOnce[B]
- î
def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- î
def foldLeft[B](z: B)(op: (B, (LongMapUtils.Long, T)) => B): B
- î
def foldRight[B](z: B)(op: ((LongMapUtils.Long, T), B) => B): B
- î
def forall(f: ((LongMapUtils.Long, T)) => Boolean): Boolean
- î
def foreach[U](f: ((LongMapUtils.Long, T)) => U): Unit
- î
def formatted(fmtstr: String): String
- î
def hasDefiniteSize: Boolean
- î
def isEmpty: Boolean
- î
def map[B](f: ((LongMapUtils.Long, T)) => B): IterableOnce[B]
- î
def mapValues[W](f: (T) => W): MapView[LongMapUtils.Long, W]
- î
def max(implicit ord: math.Ordering[(LongMapUtils.Long, T)]): (LongMapUtils.Long, T)
- î
def maxBy[B](f: ((LongMapUtils.Long, T)) => B)(implicit cmp: math.Ordering[B]): (LongMapUtils.Long, T)
- î
def min(implicit ord: math.Ordering[(LongMapUtils.Long, T)]): (LongMapUtils.Long, T)
- î
def minBy[B](f: ((LongMapUtils.Long, T)) => B)(implicit cmp: math.Ordering[B]): (LongMapUtils.Long, T)
- î
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[(LongMapUtils.Long, T)]): (LongMapUtils.Long, T)
- î
def reduce(f: ((LongMapUtils.Long, T), (LongMapUtils.Long, T)) => (LongMapUtils.Long, T)): (LongMapUtils.Long, T)
- î
def reduceLeft(f: ((LongMapUtils.Long, T), (LongMapUtils.Long, T)) => (LongMapUtils.Long, T)): (LongMapUtils.Long, T)
- î
def reduceLeftOption(f: ((LongMapUtils.Long, T), (LongMapUtils.Long, T)) => (LongMapUtils.Long, T)): Option[(LongMapUtils.Long, T)]
- î
def reduceOption(f: ((LongMapUtils.Long, T), (LongMapUtils.Long, T)) => (LongMapUtils.Long, T)): Option[(LongMapUtils.Long, T)]
- î
def reduceRight(f: ((LongMapUtils.Long, T), (LongMapUtils.Long, T)) => (LongMapUtils.Long, T)): (LongMapUtils.Long, T)
- î
def reduceRightOption(f: ((LongMapUtils.Long, T), (LongMapUtils.Long, T)) => (LongMapUtils.Long, T)): Option[(LongMapUtils.Long, T)]
- î
final def repr: LongMap[T]
- î
def sameElements[B >: A](that: IterableOnce[B]): Boolean
- î
def seq: LongMap.this.type
- î
def size: Int
- î
def sum(implicit num: math.Numeric[(LongMapUtils.Long, T)]): (LongMapUtils.Long, T)
- î
def to[C1](factory: Factory[(LongMapUtils.Long, T), C1]): C1
- î
def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- î
def toBuffer[B >: A]: Buffer[B]
- î
def toIndexedSeq: collection.IndexedSeq[(LongMapUtils.Long, T)]
- î
final def toIterable: collection.Iterable[(LongMapUtils.Long, T)]
- î
final def toIterable: LongMap.this.type
- î
def toIterator: Iterator[(LongMapUtils.Long, T)]
- î
final def toIterator: Iterator[(LongMapUtils.Long, T)]
- î
def toList: List[(LongMapUtils.Long, T)]
- î
def toMap[K, V](implicit ev: <:<[(LongMapUtils.Long, T), (K, V)]): Map[K, V]
- î
def toSeq: Seq[(LongMapUtils.Long, T)]
- î
def toSet[B >: A]: Set[B]
- î
def toStream: Stream[(LongMapUtils.Long, T)]
- î
final def toStream: Stream[(LongMapUtils.Long, T)]
- î
final def toTraversable: collection.Traversable[(LongMapUtils.Long, T)]
- î
final def toTraversable: collection.Traversable[(LongMapUtils.Long, T)]
- î
def toVector: Vector[(LongMapUtils.Long, T)]
- î
def view(from: Int, until: Int): View[(LongMapUtils.Long, T)]
- î
def withFilter(f: ((LongMapUtils.Long, T)) => Boolean): Iterator[(LongMapUtils.Long, T)]
- î
def â[B](y: B): (LongMap[T], B)
Inherited from Map[LongMapUtils.Long, T] Inherited from Iterable[(LongMapUtils.Long, T)]
Inherited from (LongMapUtils.Long) => T
Inherited by implicit conversion UnliftOps fromLongMap[T] to UnliftOps[LongMapUtils.Long, B]
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