de.ummels.prioritymap

StandardPriorityMap

final class StandardPriorityMap[A, B] extends PriorityMap[A, B] with PriorityMapLike[A, B, StandardPriorityMap[A, B]] with Serializable

Default implementation of immutable priority maps using a pair of maps.

Source
StandardPriorityMap.scala
Linear Supertypes
Serializable, Serializable, PriorityMap[A, B], PriorityMapLike[A, B, StandardPriorityMap[A, B]], Map[A, B], MapLike[A, B, StandardPriorityMap[A, B]], Map[A, B], MapLike[A, B, StandardPriorityMap[A, B]], Subtractable[A, StandardPriorityMap[A, B]], PartialFunction[A, B], (A) ⇒ B, GenMap[A, B], GenMapLike[A, B, StandardPriorityMap[A, B]], Iterable[(A, B)], Iterable[(A, B)], IterableLike[(A, B), StandardPriorityMap[A, B]], Equals, GenIterable[(A, B)], GenIterableLike[(A, B), StandardPriorityMap[A, B]], Traversable[(A, B)], Immutable, Traversable[(A, B)], GenTraversable[(A, B)], GenericTraversableTemplate[(A, B), Iterable], TraversableLike[(A, B), StandardPriorityMap[A, B]], GenTraversableLike[(A, B), StandardPriorityMap[A, B]], Parallelizable[(A, B), ParMap[A, B]], TraversableOnce[(A, B)], GenTraversableOnce[(A, B)], FilterMonadic[(A, B), StandardPriorityMap[A, B]], HasNewBuilder[(A, B), StandardPriorityMap[A, B]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StandardPriorityMap
  2. Serializable
  3. Serializable
  4. PriorityMap
  5. PriorityMapLike
  6. Map
  7. MapLike
  8. Map
  9. MapLike
  10. Subtractable
  11. PartialFunction
  12. Function1
  13. GenMap
  14. GenMapLike
  15. Iterable
  16. Iterable
  17. IterableLike
  18. Equals
  19. GenIterable
  20. GenIterableLike
  21. Traversable
  22. Immutable
  23. Traversable
  24. GenTraversable
  25. GenericTraversableTemplate
  26. TraversableLike
  27. GenTraversableLike
  28. Parallelizable
  29. TraversableOnce
  30. GenTraversableOnce
  31. FilterMonadic
  32. HasNewBuilder
  33. AnyRef
  34. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandardPriorityMap()(implicit ordering: Ordering[B])

Type Members

  1. class DefaultKeySet extends AbstractSet[A] with Set[A] with Serializable

    Attributes
    protected
    Definition Classes
    MapLike
  2. class DefaultValuesIterable extends AbstractIterable[B] with Iterable[B] with Serializable

    Attributes
    protected
    Definition Classes
    MapLike
  3. class FilteredKeys extends AbstractMap[A, B] with DefaultMap[A, B]

    Attributes
    protected
    Definition Classes
    MapLike
  4. class ImmutableDefaultKeySet extends scala.collection.immutable.MapLike.DefaultKeySet with Set[A]

    Attributes
    protected
    Definition Classes
    MapLike
  5. class MappedValues[C] extends AbstractMap[A, C] with DefaultMap[A, C]

    Attributes
    protected
    Definition Classes
    MapLike
  6. type Self = StandardPriorityMap[A, B]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  7. class WithFilter extends FilterMonadic[A, Repr]

    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +[B1 >: B](kv: (A, B1)): Map[A, B1]

    Definition Classes
    StandardPriorityMap → Map → MapLike → MapLike → GenMapLike
  5. def +(kv: (A, B)): StandardPriorityMap[A, B]

    Adds a key/value binding to this priority map.

    Adds a key/value binding to this priority map.

    kv

    the key/value pair

    returns

    a new priority map with the new binding added to this priority map

    Definition Classes
    StandardPriorityMapPriorityMapLike
  6. def +(kv1: (A, B), kv2: (A, B), kvs: (A, B)*): StandardPriorityMap[A, B]

    Adds two or more key/value bindings to this priority map.

    Adds two or more key/value bindings to this priority map.

    kv1

    the first key/value pair to add

    kv2

    the second key/value pair to add

    kvs

    the remaining key/value pairs to add

    returns

    a new priority map with the new bindings added to this map

    Definition Classes
    PriorityMapLike
  7. def +[B1 >: B](elem1: (A, B1), elem2: (A, B1), elems: (A, B1)*): Map[A, B1]

    Definition Classes
    MapLike → MapLike
  8. def ++(kvs: GenTraversableOnce[(A, B)]): StandardPriorityMap[A, B]

    Adds a number of key/value bindings to this priority map.

    Adds a number of key/value bindings to this priority map.

    kvs

    a traversable object consisting of key/value pairs

    returns

    a new priority map with the new bindings added to this map

    Definition Classes
    PriorityMapLike
  9. def ++[B1 >: B](xs: GenTraversableOnce[(A, B1)]): Map[A, B1]

    Definition Classes
    MapLike → MapLike
  10. def ++[B >: (A, B), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  11. def ++:[B >: (A, B), That](that: Traversable[B])(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], B, That]): That

    Definition Classes
    TraversableLike
  12. def ++:[B >: (A, B), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], B, That]): That

    Definition Classes
    TraversableLike
  13. def -(key: A): StandardPriorityMap[A, B]

    Definition Classes
    StandardPriorityMap → MapLike → Subtractable → GenMapLike
  14. def -(elem1: A, elem2: A, elems: A*): StandardPriorityMap[A, B]

    Definition Classes
    Subtractable
  15. def --(xs: GenTraversableOnce[A]): StandardPriorityMap[A, B]

    Definition Classes
    Subtractable
  16. def /:[B](z: B)(op: (B, (A, B)) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  17. def :\[B](z: B)(op: ((A, B), B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  18. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  20. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    MapLike → TraversableOnce
  21. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  22. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  23. def aggregate[B](z: B)(seqop: (B, (A, B)) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. def andThen[C](k: (B) ⇒ C): PartialFunction[A, C]

    Definition Classes
    PartialFunction → Function1
  25. def apply(key: A): B

    Definition Classes
    MapLike → GenMapLike → Function1
  26. def applyOrElse[A1 <: A, B1 >: B](x: A1, default: (A1) ⇒ B1): B1

    Definition Classes
    PartialFunction
  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def collect[B, That](pf: PartialFunction[(A, B), B])(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  31. def collectFirst[B](pf: PartialFunction[(A, B), B]): Option[B]

    Definition Classes
    TraversableOnce
  32. def companion: GenericCompanion[Iterable]

    Definition Classes
    Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  33. def compose[A](g: (A) ⇒ A): (A) ⇒ B

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  34. def contains(key: A): Boolean

    Definition Classes
    MapLike → GenMapLike
  35. def copyToArray[B >: (A, B)](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  36. def copyToArray[B >: (A, B)](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  37. def copyToArray[B >: (A, B)](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def copyToBuffer[B >: (A, B)](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  39. def count(p: ((A, B)) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  40. def default(key: A): B

    Definition Classes
    MapLike → GenMapLike
  41. def drop(n: Int): StandardPriorityMap[A, B]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  42. def dropRight(n: Int): StandardPriorityMap[A, B]

    Definition Classes
    IterableLike
  43. def dropWhile(p: ((A, B)) ⇒ Boolean): StandardPriorityMap[A, B]

    Definition Classes
    TraversableLike → GenTraversableLike
  44. def empty: StandardPriorityMap[A, B]

    An empty priority map of the same type as this priority map.

    An empty priority map of the same type as this priority map.

    Definition Classes
    StandardPriorityMapPriorityMap → Map → Map → MapLike
  45. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. def equals(that: Any): Boolean

    Definition Classes
    GenMapLike → Equals → AnyRef → Any
  47. def exists(p: ((A, B)) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  48. def filter(p: ((A, B)) ⇒ Boolean): StandardPriorityMap[A, B]

    Definition Classes
    TraversableLike → GenTraversableLike
  49. def filterKeys(p: (A) ⇒ Boolean): PriorityMap[A, B]

    Definition Classes
    PriorityMapLike → MapLike → MapLike → GenMapLike
  50. def filterNot(p: ((A, B)) ⇒ Boolean): StandardPriorityMap[A, B]

    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  51. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  52. def find(p: ((A, B)) ⇒ Boolean): Option[(A, B)]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  53. def firstKey: Option[A]

    Optionally returns the first key of this priority map.

    Optionally returns the first key of this priority map.

    Definition Classes
    PriorityMapLike
  54. def firstValue: Option[B]

    Optionally returns the first value of this priority map.

    Optionally returns the first value of this priority map.

    Definition Classes
    PriorityMapLike
  55. def flatMap[B, That](f: ((A, B)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  56. def flatten[B](implicit asTraversable: ((A, B)) ⇒ GenTraversableOnce[B]): Iterable[B]

    Definition Classes
    GenericTraversableTemplate
  57. def fold[A1 >: (A, B)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def foldLeft[B](z: B)(op: (B, (A, B)) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def foldRight[B](z: B)(op: ((A, B), B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  60. def forall(p: ((A, B)) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  61. def foreach[U](f: ((A, B)) ⇒ U): Unit

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  62. def from(from: B): StandardPriorityMap[A, B]

    Returns a new priority map of the same type as this priority map that only contains values greater than or equal to the given lower bound.

    Returns a new priority map of the same type as this priority map that only contains values greater than or equal to the given lower bound.

    from

    the lower-bound (inclusive) on values

    Definition Classes
    PriorityMapLike
  63. def genericBuilder[B]: Builder[B, Iterable[B]]

    Definition Classes
    GenericTraversableTemplate
  64. def get(key: A): Option[B]

    Definition Classes
    StandardPriorityMap → MapLike → GenMapLike
  65. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  66. def getOrElse[B1 >: B](key: A, default: ⇒ B1): B1

    Definition Classes
    MapLike → GenMapLike
  67. def groupBy[K](f: ((A, B)) ⇒ K): Map[K, StandardPriorityMap[A, B]]

    Definition Classes
    TraversableLike → GenTraversableLike
  68. def grouped(size: Int): Iterator[StandardPriorityMap[A, B]]

    Definition Classes
    IterableLike
  69. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  70. def hashCode(): Int

    Definition Classes
    GenMapLike → AnyRef → Any
  71. def head: (A, B)

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  72. def headOption: Option[(A, B)]

    Definition Classes
    TraversableLike → GenTraversableLike
  73. def init: StandardPriorityMap[A, B]

    Definition Classes
    StandardPriorityMap → TraversableLike → GenTraversableLike
  74. def inits: Iterator[StandardPriorityMap[A, B]]

    Definition Classes
    TraversableLike
  75. def isDefinedAt(key: A): Boolean

    Definition Classes
    MapLike → GenMapLike → PartialFunction
  76. def isEmpty: Boolean

    Definition Classes
    MapLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  77. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  78. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  79. def iterator: Iterator[(A, B)]

    Definition Classes
    StandardPriorityMap → MapLike → IterableLike → GenIterableLike
  80. def keySet: Set[A]

    Definition Classes
    MapLike → MapLike → GenMapLike
  81. def keys: Iterable[A]

    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) keys returns Iterable[A] rather than Iterator[A].

  82. def keysIterator: Iterator[A]

    Definition Classes
    MapLike → GenMapLike
  83. def last: (A, B)

    Definition Classes
    StandardPriorityMap → TraversableLike → GenTraversableLike
  84. def lastKey: Option[A]

    Optionally returns the last key of this priority map.

    Optionally returns the last key of this priority map.

    Definition Classes
    PriorityMapLike
  85. def lastOption: Option[(A, B)]

    Definition Classes
    TraversableLike → GenTraversableLike
  86. def lastValue: Option[B]

    Optionally returns the last value of this priority map.

    Optionally returns the last value of this priority map.

    Definition Classes
    PriorityMapLike
  87. def lift: (A) ⇒ Option[B]

    Definition Classes
    PartialFunction
  88. def map[B, That](f: ((A, B)) ⇒ B)(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  89. def mapValues[C](f: (B) ⇒ C)(implicit ord: Ordering[C]): PriorityMap[A, C]

    Transforms this map by applying a function to every retrieved value.

    Transforms this map by applying a function to every retrieved value.

    f

    the function used to transform values of this map

    returns

    a new priority map that maps every key of this map to f(this(key))

    Definition Classes
    PriorityMapLike
  90. def mapValues[C](f: (B) ⇒ C): Map[A, C]

    Definition Classes
    MapLike → MapLike → GenMapLike
  91. def max[B >: (A, B)](implicit cmp: Ordering[B]): (A, B)

    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def maxBy[B](f: ((A, B)) ⇒ B)(implicit cmp: Ordering[B]): (A, B)

    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def merged(kvs: GenTraversableOnce[(A, B)])(f: (B, B) ⇒ B): StandardPriorityMap[A, B]

    Merges a number of key/value bindings into this priority map.

    Merges a number of key/value bindings into this priority map.

    If a key is contained in both this map and the given bindings, computes the new value by applying the given merge function to the existing value and the new value.

    kvs

    a traversable object consisting of key/value pairs

    f

    the merge function

    returns

    a new priority map with the new bindings merged into this map

    Definition Classes
    PriorityMapLike
  94. def min[B >: (A, B)](implicit cmp: Ordering[B]): (A, B)

    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def minBy[B](f: ((A, B)) ⇒ B)(implicit cmp: Ordering[B]): (A, B)

    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  100. def newBuilder: PriorityMapBuilder[A, B, StandardPriorityMap[A, B]]

    Attributes
    protected[this]
    Definition Classes
    PriorityMapLike → MapLike → TraversableLike → HasNewBuilder
  101. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. final def notify(): Unit

    Definition Classes
    AnyRef
  103. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  104. def orElse[A1 <: A, B1 >: B](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Definition Classes
    PartialFunction
  105. implicit val ordering: Ordering[B]

    Definition Classes
    StandardPriorityMapPriorityMapLike
  106. def par: ParMap[A, B]

    Definition Classes
    StandardPriorityMap → Parallelizable
  107. def parCombiner: Combiner[(A, B), ParMap[A, B]]

    Attributes
    protected[this]
    Definition Classes
    MapLike → MapLike → TraversableLike → Parallelizable
  108. def partition(p: ((A, B)) ⇒ Boolean): (StandardPriorityMap[A, B], StandardPriorityMap[A, B])

    Definition Classes
    TraversableLike → GenTraversableLike
  109. def product[B >: (A, B)](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def range(from: B, until: B): StandardPriorityMap[A, B]

    Returns a new priority map of the same type as this priority map that only contains values between the given bounds.

    Returns a new priority map of the same type as this priority map that only contains values between the given bounds.

    from

    the lower-bound (inclusive) on values

    until

    the upper-bound (exclusive) on values

    Definition Classes
    PriorityMapLike
  111. def rangeImpl(from: Option[B], until: Option[B]): StandardPriorityMap[A, B]

    Returns a new priority map of the same type as this priority map that only contains values between the given optional bounds.

    Returns a new priority map of the same type as this priority map that only contains values between the given optional bounds.

    from

    the lower-bound (inclusive) on values or None if there is no lower bound

    until

    the upper-bound (exclusive) on values or None if there is no upper bound

    Definition Classes
    StandardPriorityMapPriorityMapLike
  112. def reduce[A1 >: (A, B)](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def reduceLeft[B >: (A, B)](op: (B, (A, B)) ⇒ B): B

    Definition Classes
    TraversableOnce
  114. def reduceLeftOption[B >: (A, B)](op: (B, (A, B)) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def reduceOption[A1 >: (A, B)](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def reduceRight[B >: (A, B)](op: ((A, B), B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  117. def reduceRightOption[B >: (A, B)](op: ((A, B), B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def repr: StandardPriorityMap[A, B]

    Definition Classes
    TraversableLike → GenTraversableLike
  119. def reversed: List[(A, B)]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  120. def runWith[U](action: (B) ⇒ U): (A) ⇒ Boolean

    Definition Classes
    PartialFunction
  121. def sameElements[B >: (A, B)](that: GenIterable[B]): Boolean

    Definition Classes
    IterableLike → GenIterableLike
  122. def scan[B >: (A, B), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[StandardPriorityMap[A, B], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  123. def scanLeft[B, That](z: B)(op: (B, (A, B)) ⇒ B)(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  124. def scanRight[B, That](z: B)(op: ((A, B), B) ⇒ B)(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  125. def seq: PriorityMap[A, B]

    Definition Classes
    PriorityMap → Map → Map → GenMap → GenMapLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  126. def size: Int

    Definition Classes
    StandardPriorityMap → GenTraversableLike → TraversableOnce → GenTraversableOnce
  127. def slice(from: Int, until: Int): StandardPriorityMap[A, B]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  128. def sliding(size: Int, step: Int): Iterator[StandardPriorityMap[A, B]]

    Definition Classes
    IterableLike
  129. def sliding(size: Int): Iterator[StandardPriorityMap[A, B]]

    Definition Classes
    IterableLike
  130. def span(p: ((A, B)) ⇒ Boolean): (StandardPriorityMap[A, B], StandardPriorityMap[A, B])

    Definition Classes
    TraversableLike → GenTraversableLike
  131. def splitAt(n: Int): (StandardPriorityMap[A, B], StandardPriorityMap[A, B])

    Definition Classes
    TraversableLike → GenTraversableLike
  132. def stringPrefix: String

    Definition Classes
    PriorityMap → MapLike → TraversableLike → GenTraversableLike
  133. def sum[B >: (A, B)](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  135. def tail: StandardPriorityMap[A, B]

    Definition Classes
    StandardPriorityMap → TraversableLike → GenTraversableLike
  136. def tails: Iterator[StandardPriorityMap[A, B]]

    Definition Classes
    TraversableLike
  137. def take(n: Int): StandardPriorityMap[A, B]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  138. def takeRight(n: Int): StandardPriorityMap[A, B]

    Definition Classes
    IterableLike
  139. def takeWhile(p: ((A, B)) ⇒ Boolean): StandardPriorityMap[A, B]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  140. def thisCollection: Iterable[(A, B)]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  141. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (A, B), Col[(A, B)]]): Col[(A, B)]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  142. def toArray[B >: (A, B)](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  143. def toBuffer[C >: (A, B)]: Buffer[C]

    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  144. def toCollection(repr: StandardPriorityMap[A, B]): Iterable[(A, B)]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  145. def toIndexedSeq: IndexedSeq[(A, B)]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  146. def toIterable: Iterable[(A, B)]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  147. def toIterator: Iterator[(A, B)]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  148. def toList: List[(A, B)]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  149. def toMap[T, U](implicit ev: <:<[(A, B), (T, U)]): Map[T, U]

    Definition Classes
    Map → TraversableOnce → GenTraversableOnce
  150. def toSeq: Seq[(A, B)]

    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  151. def toSet[B >: (A, B)]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  152. def toStream: Stream[(A, B)]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  153. def toString(): String

    Definition Classes
    MapLike → TraversableLike → Function1 → AnyRef → Any
  154. def toTraversable: Traversable[(A, B)]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  155. def toVector: Vector[(A, B)]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  156. def transform[C, That](f: (A, B) ⇒ C)(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], (A, C), That]): That

    Definition Classes
    MapLike
  157. def transpose[B](implicit asTraversable: ((A, B)) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  158. def until(until: B): StandardPriorityMap[A, B]

    Returns a new priority map of the same type as this priority map that only contains values smaller than the given upper bound.

    Returns a new priority map of the same type as this priority map that only contains values smaller than the given upper bound.

    until

    the upper-bound (exclusive) on values

    Definition Classes
    PriorityMapLike
  159. def unzip[A1, A2](implicit asPair: ((A, B)) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Definition Classes
    GenericTraversableTemplate
  160. def unzip3[A1, A2, A3](implicit asTriple: ((A, B)) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Definition Classes
    GenericTraversableTemplate
  161. def updated(key: A, value: B): StandardPriorityMap[A, B]

    Adds a key/value binding to this priority map.

    Adds a key/value binding to this priority map.

    key

    the key

    value

    the value

    returns

    a new priority map with the new binding added to this map

    Definition Classes
    PriorityMapLike
  162. def updated[B1 >: B](key: A, value: B1): Map[A, B1]

    Definition Classes
    MapLike → MapLike
  163. def valueSet: SortedSet[B]

    Returns the values of this priority map as a sorted set.

    Returns the values of this priority map as a sorted set.

    Definition Classes
    StandardPriorityMapPriorityMapLike
  164. def values: Iterable[B]

    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) values returns Iterable[B] rather than Iterator[B].

  165. def valuesIterator: Iterator[B]

    Definition Classes
    MapLike → GenMapLike
  166. def view(from: Int, until: Int): IterableView[(A, B), StandardPriorityMap[A, B]]

    Definition Classes
    IterableLike → TraversableLike
  167. def view: IterableView[(A, B), StandardPriorityMap[A, B]]

    Definition Classes
    IterableLike → TraversableLike
  168. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  169. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  170. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  171. def withDefault(d: (A) ⇒ B): PriorityMap[A, B]

    The same priority map with a given default function.

    The same priority map with a given default function. Note: get, contains, iterator, keys, etc. are not affected by withDefault.

    Invoking transformer methods (e.g. map) will not preserve the default value.

    d

    the function mapping keys to values, used for non-present keys

    returns

    a wrapper of this priority map with a default function

    Definition Classes
    PriorityMap
  172. def withDefault[B1 >: B](d: (A) ⇒ B1): Map[A, B1]

    Definition Classes
    Map
  173. def withDefaultValue(d: B): PriorityMap[A, B]

    The same priority map with a given default value.

    The same priority map with a given default value. Note: get, contains, iterator, keys, etc. are not affected by withDefaultValue.

    Invoking transformer methods (e.g. map) will not preserve the default value.

    d

    default value used for non-present keys

    returns

    a wrapper of this priority map with a default value

    Definition Classes
    PriorityMap
  174. def withDefaultValue[B1 >: B](d: B1): Map[A, B1]

    Definition Classes
    Map
  175. def withFilter(p: ((A, B)) ⇒ Boolean): FilterMonadic[(A, B), StandardPriorityMap[A, B]]

    Definition Classes
    TraversableLike → FilterMonadic
  176. def zip[A1 >: (A, B), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  177. def zipAll[B, A1 >: (A, B), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[StandardPriorityMap[A, B], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  178. def zipWithIndex[A1 >: (A, B), That](implicit bf: CanBuildFrom[StandardPriorityMap[A, B], (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike

Deprecated Value Members

  1. def /:\[A1 >: (A, B)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

Inherited from Serializable

Inherited from Serializable

Inherited from PriorityMap[A, B]

Inherited from PriorityMapLike[A, B, StandardPriorityMap[A, B]]

Inherited from Map[A, B]

Inherited from MapLike[A, B, StandardPriorityMap[A, B]]

Inherited from Map[A, B]

Inherited from MapLike[A, B, StandardPriorityMap[A, B]]

Inherited from Subtractable[A, StandardPriorityMap[A, B]]

Inherited from PartialFunction[A, B]

Inherited from (A) ⇒ B

Inherited from GenMap[A, B]

Inherited from GenMapLike[A, B, StandardPriorityMap[A, B]]

Inherited from Iterable[(A, B)]

Inherited from Iterable[(A, B)]

Inherited from IterableLike[(A, B), StandardPriorityMap[A, B]]

Inherited from Equals

Inherited from GenIterable[(A, B)]

Inherited from GenIterableLike[(A, B), StandardPriorityMap[A, B]]

Inherited from Traversable[(A, B)]

Inherited from Immutable

Inherited from Traversable[(A, B)]

Inherited from GenTraversable[(A, B)]

Inherited from GenericTraversableTemplate[(A, B), Iterable]

Inherited from TraversableLike[(A, B), StandardPriorityMap[A, B]]

Inherited from GenTraversableLike[(A, B), StandardPriorityMap[A, B]]

Inherited from Parallelizable[(A, B), ParMap[A, B]]

Inherited from TraversableOnce[(A, B)]

Inherited from GenTraversableOnce[(A, B)]

Inherited from FilterMonadic[(A, B), StandardPriorityMap[A, B]]

Inherited from HasNewBuilder[(A, B), StandardPriorityMap[A, B]]

Inherited from AnyRef

Inherited from Any

Ungrouped