Packages

c

scalation.util

BpTreeMap

class BpTreeMap[K, V] extends AbstractMap[K, V] with SortedMap[K, V] with DefaultSerializable

The BpTreeMap class provides B+Tree maps. B+Trees are used as multi-level index structures that provide efficient access for both point queries and range queries.

See also

docs.scala-lang.org/overviews/collections/concrete-mutable-collection-classes.html

www.scala-lang.org/api/current/#scala.collection.mutable.MapLike ------------------------------------------------------------------------------

Linear Supertypes
DefaultSerializable, Serializable, SortedMap[K, V], SortedMapOps[K, V, SortedMap, SortedMap[K, V]], SortedMap[K, V], SortedMapFactoryDefaults[K, V, [x, y]SortedMap[x, y], [x]Iterable[x], [x, y]Map[x, y]], SortedMapOps[K, V, [X, Y]SortedMap[X, Y], SortedMap[K, V]], SortedOps[K, SortedMap[K, V]], AbstractMap[K, V], Map[K, V], MapOps[K, V, Map, SortedMap[K, V]], Shrinkable[K], Builder[(K, V), SortedMap[K, V]], Growable[(K, V)], Clearable, Cloneable[SortedMap[K, V]], Cloneable, Iterable[(K, V)], AbstractMap[K, V], Map[K, V], Equals, MapFactoryDefaults[K, V, [x, y]Map[x, y], [x]Iterable[x]], MapOps[K, V, [_, _]Map[_, _], SortedMap[K, V]], PartialFunction[K, V], (K) => V, AbstractIterable[(K, V)], Iterable[(K, V)], IterableFactoryDefaults[(K, V), [x]Iterable[x]], IterableOps[(K, V), [_]Iterable[_], SortedMap[K, V]], IterableOnceOps[(K, V), [_]Iterable[_], SortedMap[K, V]], IterableOnce[(K, V)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BpTreeMap
  2. DefaultSerializable
  3. Serializable
  4. SortedMap
  5. SortedMapOps
  6. SortedMap
  7. SortedMapFactoryDefaults
  8. SortedMapOps
  9. SortedOps
  10. AbstractMap
  11. Map
  12. MapOps
  13. Shrinkable
  14. Builder
  15. Growable
  16. Clearable
  17. Cloneable
  18. Cloneable
  19. Iterable
  20. AbstractMap
  21. Map
  22. Equals
  23. MapFactoryDefaults
  24. MapOps
  25. PartialFunction
  26. Function1
  27. AbstractIterable
  28. Iterable
  29. IterableFactoryDefaults
  30. IterableOps
  31. IterableOnceOps
  32. IterableOnce
  33. AnyRef
  34. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BpTreeMap(half: Int = 2)(implicit arg0: ClassTag[K], ord: Ordering[K])

    half

    the number of keys per node range from 'half' to '2 * half'

Type Members

  1. trait GenKeySet extends AnyRef
    Attributes
    protected
    Definition Classes
    MapOps
  2. trait GenKeySortedSet extends scala.collection.SortedMapOps.GenKeySet
    Attributes
    protected
    Definition Classes
    SortedMapOps
  3. class KeySet extends AbstractSet[K] with GenKeySet with DefaultSerializable
    Attributes
    protected
    Definition Classes
    MapOps
  4. class KeySortedSet extends SortedSet[K] with scala.collection.SortedMapOps.GenKeySet with GenKeySortedSet
    Attributes
    protected
    Definition Classes
    SortedMapOps

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[V2 >: V](xs: IterableOnce[(K, V2)]): SortedMap[K, V2]
    Definition Classes
    SortedMapOps → MapOps
    Annotations
    @inline()
  4. final def ++[B >: (K, V)](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. final def ++=(xs: IterableOnce[(K, V)]): BpTreeMap.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  6. final def +=(elem: (K, V)): BpTreeMap.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  7. final def --=(xs: IterableOnce[K]): BpTreeMap.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  8. final def -=(elem: K): BpTreeMap.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def addAll(xs: IterableOnce[(K, V)]): BpTreeMap.this.type
    Definition Classes
    Growable
  11. def addOne(elem: (K, V)): BpTreeMap.this.type
    Definition Classes
    BpTreeMap → Growable
  12. def addString(sb: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    MapOps → IterableOnceOps
  13. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  14. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  15. def andThen[C](k: PartialFunction[V, C]): PartialFunction[K, C]
    Definition Classes
    PartialFunction
  16. def andThen[C](k: (V) => C): PartialFunction[K, C]
    Definition Classes
    PartialFunction → Function1
  17. def apply(key: K): V
    Definition Classes
    MapOps → Function1
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  18. def applyOrElse[K1 <: K, V1 >: V](x: K1, default: (K1) => V1): V1
    Definition Classes
    MapOps → PartialFunction
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def canEqual(that: Any): Boolean
    Definition Classes
    Map → Equals
  21. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  22. def clear(): Unit
    Definition Classes
    MapOps → Builder → Clearable
  23. def clone(): SortedMap[K, V]
    Definition Classes
    MapOps → Cloneable → AnyRef
  24. final def coll: BpTreeMap.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  25. def collect[K2, V2](pf: PartialFunction[(K, V), (K2, V2)])(implicit ordering: Ordering[K2]): SortedMap[K2, V2]
    Definition Classes
    SortedMapOps
  26. def collect[K2, V2](pf: PartialFunction[(K, V), (K2, V2)]): Map[K2, V2]
    Definition Classes
    MapOps
  27. def collect[B](pf: PartialFunction[(K, V), B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  28. def collectFirst[B](pf: PartialFunction[(K, V), B]): Option[B]
    Definition Classes
    IterableOnceOps
  29. def compose[R](k: PartialFunction[R, K]): PartialFunction[R, V]
    Definition Classes
    PartialFunction
  30. def compose[A](g: (A) => K): (A) => V
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  31. def concat[V2 >: V](suffix: IterableOnce[(K, V2)]): SortedMap[K, V2]
    Definition Classes
    SortedMapOps → MapOps
  32. def concat[B >: (K, V)](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  33. def contains(key: K): Boolean
    Definition Classes
    MapOps
  34. def copyToArray[B >: (K, V)](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  35. def copyToArray[B >: (K, V)](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  36. def copyToArray[B >: (K, V)](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  37. def corresponds[B](that: IterableOnce[B])(p: ((K, V), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  38. def count: Int

    Return the total number of nodes accessed.

  39. def count(p: ((K, V)) => Boolean): Int
    Definition Classes
    IterableOnceOps
  40. def default(key: K): V
    Definition Classes
    MapOps
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  41. def drop(n: Int): SortedMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  42. def dropRight(n: Int): SortedMap[K, V]
    Definition Classes
    IterableOps
  43. def dropWhile(p: ((K, V)) => Boolean): SortedMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  44. def elementWise: ElementWiseExtractor[K, V]
    Definition Classes
    PartialFunction
  45. def empty: BpTreeMap[K, V]

    Return an empty B+Tree map.

    Return an empty B+Tree map.

    Definition Classes
    BpTreeMap → SortedMapFactoryDefaults → MapFactoryDefaults → IterableFactoryDefaults → IterableOps
  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(that: Any): Boolean
    Definition Classes
    SortedMap → Map → Equals → AnyRef → Any
  48. def exists(p: ((K, V)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  49. def filter(pred: ((K, V)) => Boolean): SortedMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  50. def filterInPlace(p: (K, V) => Boolean): BpTreeMap.this.type
    Definition Classes
    MapOps
  51. def filterNot(pred: ((K, V)) => Boolean): SortedMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  52. def find(p: ((K, V)) => Boolean): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  53. def firstKey: K
    Definition Classes
    SortedMapOps → SortedOps
  54. def flatMap[K2, V2](f: ((K, V)) => IterableOnce[(K2, V2)])(implicit ordering: Ordering[K2]): SortedMap[K2, V2]
    Definition Classes
    SortedMapOps
  55. def flatMap[K2, V2](f: ((K, V)) => IterableOnce[(K2, V2)]): Map[K2, V2]
    Definition Classes
    MapOps
  56. def flatMap[B](f: ((K, V)) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  57. def flatten[B](implicit asIterable: ((K, V)) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  58. def fold[A1 >: (K, V)](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  59. def foldLeft[B](z: B)(op: (B, (K, V)) => B): B
    Definition Classes
    IterableOnceOps
  60. def foldRight[B](z: B)(op: ((K, V), B) => B): B
    Definition Classes
    IterableOnceOps
  61. def forall(p: ((K, V)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  62. def foreach[U](f: ((K, V)) => U): Unit

    Apply function 'f' to each key-value pair in 'this' B+Tree map.

    Apply function 'f' to each key-value pair in 'this' B+Tree map.

    f

    the function to be applied

    Definition Classes
    BpTreeMap → IterableOnceOps
  63. def foreachEntry[U](f: (K, V) => U): Unit
    Definition Classes
    MapOps
  64. def fromSpecific(coll: IterableOnce[(K, V)]): SortedMap[K, V]
    Attributes
    protected
    Definition Classes
    SortedMapFactoryDefaults → IterableOps
  65. def get(key: K): Option[V]

    Optionally return the value in 'this' B+Tree map associated with the key 'key'.

    Optionally return the value in 'this' B+Tree map associated with the key 'key'. Use 'apply' method to remove optional.

    key

    the key used for look up

    Definition Classes
    BpTreeMap → MapOps
  66. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  67. def getOrElse[V1 >: V](key: K, default: => V1): V1
    Definition Classes
    MapOps
  68. def getOrElseUpdate(key: K, op: => V): V
    Definition Classes
    MapOps
  69. def groupBy[K](f: ((K, V)) => K): Map[K, SortedMap[K, V]]
    Definition Classes
    IterableOps
  70. def groupMap[K, B](key: ((K, V)) => K)(f: ((K, V)) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  71. def groupMapReduce[K, B](key: ((K, V)) => K)(f: ((K, V)) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  72. def grouped(size: Int): Iterator[SortedMap[K, V]]
    Definition Classes
    IterableOps
  73. def hashCode(): Int
    Definition Classes
    Map → AnyRef → Any
  74. def head: (K, V)
    Definition Classes
    IterableOps
  75. def headOption: Option[(K, V)]
    Definition Classes
    IterableOps
  76. def init: SortedMap[K, V]
    Definition Classes
    IterableOps
  77. def inits: Iterator[SortedMap[K, V]]
    Definition Classes
    IterableOps
  78. def isDefinedAt(key: K): Boolean
    Definition Classes
    MapOps → PartialFunction
  79. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  80. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  81. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  82. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → Iterable → IterableOps
  83. def iterator: Iterator[(K, V)]

    Create an iterator over the key-value pairs in 'this' B+Tree map.

    Create an iterator over the key-value pairs in 'this' B+Tree map. The iteration proceeds over the leaf level of the tree.

    Definition Classes
    BpTreeMap → IterableOnce
  84. def iteratorFrom(start: K): Iterator[(K, V)]
    Definition Classes
    BpTreeMap → SortedMapOps
  85. def keySet: SortedSet[K]
    Definition Classes
    SortedMapOps → MapOps
  86. def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[K, S]): S
    Definition Classes
    MapOps
  87. def keys: Iterable[K]
    Definition Classes
    MapOps
  88. def keysIterator: Iterator[K]
    Definition Classes
    MapOps
  89. def keysIteratorFrom(start: K): Iterator[K]
    Definition Classes
    BpTreeMap → SortedMapOps
  90. def knownSize: Int
    Definition Classes
    MapOps → Growable → IterableOnce
  91. def last: (K, V)
    Definition Classes
    IterableOps
  92. def lastKey: K
    Definition Classes
    SortedMapOps → SortedOps
  93. def lastOption: Option[(K, V)]
    Definition Classes
    IterableOps
  94. def lazyZip[B](that: Iterable[B]): LazyZip2[(K, V), B, BpTreeMap.this.type]
    Definition Classes
    Iterable
  95. def lift: (K) => Option[V]
    Definition Classes
    PartialFunction
  96. def map[K2, V2](f: ((K, V)) => (K2, V2))(implicit ordering: Ordering[K2]): SortedMap[K2, V2]
    Definition Classes
    SortedMapOps
  97. def map[K2, V2](f: ((K, V)) => (K2, V2)): Map[K2, V2]
    Definition Classes
    MapOps
  98. def map[B](f: ((K, V)) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  99. def mapFactory: MapFactory[Map]
    Definition Classes
    Map → Map → MapOps
  100. final def mapFromIterable[K2, V2](it: Iterable[(K2, V2)]): Map[K2, V2]
    Attributes
    protected
    Definition Classes
    MapOps
    Annotations
    @inline()
  101. def mapResult[NewTo](f: (SortedMap[K, V]) => NewTo): Builder[(K, V), NewTo]
    Definition Classes
    Builder
  102. def mapValuesInPlace(f: (K, V) => V): BpTreeMap.this.type
    Definition Classes
    MapOps
  103. def max[B >: (K, V)](implicit ord: Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  104. def maxBefore(key: K): Option[(K, V)]
    Definition Classes
    SortedMapOps
  105. def maxBy[B](f: ((K, V)) => B)(implicit cmp: Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  106. def maxByOption[B](f: ((K, V)) => B)(implicit cmp: Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  107. def maxOption[B >: (K, V)](implicit ord: Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  108. def min[B >: (K, V)](implicit ord: Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  109. def minAfter(key: K): Option[(K, V)]
    Definition Classes
    SortedMapOps
  110. def minBy[B](f: ((K, V)) => B)(implicit cmp: Ordering[B]): (K, V)
    Definition Classes
    IterableOnceOps
  111. def minByOption[B](f: ((K, V)) => B)(implicit cmp: Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  112. def minOption[B >: (K, V)](implicit ord: Ordering[B]): Option[(K, V)]
    Definition Classes
    IterableOnceOps
  113. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  114. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  115. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  116. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  117. def newSpecificBuilder: Builder[(K, V), SortedMap[K, V]]
    Attributes
    protected
    Definition Classes
    SortedMapFactoryDefaults → IterableOps
  118. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  119. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  120. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  121. def orElse[A1 <: K, B1 >: V](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  122. implicit val ord: Ordering[K]
  123. def ordering: Ordering[K]
    Definition Classes
    BpTreeMap → SortedOps
  124. def partition(p: ((K, V)) => Boolean): (SortedMap[K, V], SortedMap[K, V])
    Definition Classes
    IterableOps
  125. def partitionMap[A1, A2](f: ((K, V)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  126. def printTree(): Unit

    Print the keys in 'this' B+Tree map.

  127. def printTreetoFile(file: String): Unit

    Print the keys in 'this' B+Tree map to file.

    Print the keys in 'this' B+Tree map to file.

    file

    the file to be used for output

  128. def product[B >: (K, V)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  129. def put(kv: (K, V)): BpTreeMap.this.type

    Put the key-value pair 'kv' in 'this' B+Tree map, returning a reference to the updated tree.

    Put the key-value pair 'kv' in 'this' B+Tree map, returning a reference to the updated tree.

    kv

    the key-value pair to insert

  130. def put(key: K, value: V): Option[V]
    Definition Classes
    MapOps
  131. def range(from: K, until: K): SortedMap[K, V]
    Definition Classes
    SortedOps
  132. def rangeFrom(from: K): SortedMap[K, V]
    Definition Classes
    SortedOps
  133. def rangeImpl(from: Option[K], until: Option[K]): SortedMap[K, V]
    Definition Classes
    BpTreeMap → SortedOps
  134. def rangeTo(to: K): SortedMap[K, V]
    Definition Classes
    SortedMapOps → SortedOps
  135. def rangeUntil(until: K): SortedMap[K, V]
    Definition Classes
    SortedOps
  136. def reduce[B >: (K, V)](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  137. def reduceLeft[B >: (K, V)](op: (B, (K, V)) => B): B
    Definition Classes
    IterableOnceOps
  138. def reduceLeftOption[B >: (K, V)](op: (B, (K, V)) => B): Option[B]
    Definition Classes
    IterableOnceOps
  139. def reduceOption[B >: (K, V)](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  140. def reduceRight[B >: (K, V)](op: ((K, V), B) => B): B
    Definition Classes
    IterableOnceOps
  141. def reduceRightOption[B >: (K, V)](op: ((K, V), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  142. def remove(key: K): Option[V]
    Definition Classes
    MapOps
  143. def result(): SortedMap[K, V]
    Definition Classes
    MapOps → Builder
  144. def reversed: Iterable[(K, V)]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  145. def runWith[U](action: (V) => U): (K) => Boolean
    Definition Classes
    PartialFunction
  146. def scan[B >: (K, V)](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  147. def scanLeft[B](z: B)(op: (B, (K, V)) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  148. def scanRight[B](z: B)(op: ((K, V), B) => B): Iterable[B]
    Definition Classes
    IterableOps
  149. def size: Int

    Return the size of 'this' B+Tree map.

    Return the size of 'this' B+Tree map.

    Definition Classes
    BpTreeMap → IterableOnceOps
  150. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  151. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  152. final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  153. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  154. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  155. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  156. def slice(from: Int, until: Int): SortedMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  157. def sliding(size: Int, step: Int): Iterator[SortedMap[K, V]]
    Definition Classes
    IterableOps
  158. def sliding(size: Int): Iterator[SortedMap[K, V]]
    Definition Classes
    IterableOps
  159. def sortedMapFactory: SortedMapFactory[SortedMap]
    Definition Classes
    SortedMap → SortedMap → SortedMapOps
  160. final def sortedMapFromIterable[K2, V2](it: Iterable[(K2, V2)])(implicit ordering: Ordering[K2]): SortedMap[K2, V2]
    Attributes
    protected
    Definition Classes
    SortedMapOps
    Annotations
    @inline()
  161. def span(p: ((K, V)) => Boolean): (SortedMap[K, V], SortedMap[K, V])
    Definition Classes
    IterableOps → IterableOnceOps
  162. def splitAt(n: Int): (SortedMap[K, V], SortedMap[K, V])
    Definition Classes
    IterableOps → IterableOnceOps
  163. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(K, V), S]): S
    Definition Classes
    IterableOnce
  164. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    SortedMap → Map → Iterable
  165. def subtractAll(xs: IterableOnce[K]): BpTreeMap.this.type
    Definition Classes
    Shrinkable
  166. def subtractOne(elem: K): BpTreeMap.this.type
    Definition Classes
    BpTreeMap → Shrinkable
  167. def sum[B >: (K, V)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  168. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  169. def tail: SortedMap[K, V]
    Definition Classes
    IterableOps
  170. def tails: Iterator[SortedMap[K, V]]
    Definition Classes
    IterableOps
  171. def take(n: Int): SortedMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  172. def takeRight(n: Int): SortedMap[K, V]
    Definition Classes
    IterableOps
  173. def takeWhile(p: ((K, V)) => Boolean): SortedMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  174. def tapEach[U](f: ((K, V)) => U): SortedMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  175. def to[C1](factory: Factory[(K, V), C1]): C1
    Definition Classes
    IterableOnceOps
  176. def toArray[B >: (K, V)](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  177. final def toBuffer[B >: (K, V)]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  178. def toIndexedSeq: IndexedSeq[(K, V)]
    Definition Classes
    IterableOnceOps
  179. final def toIterable: BpTreeMap.this.type
    Definition Classes
    Iterable → IterableOps
  180. def toList: List[(K, V)]
    Definition Classes
    IterableOnceOps
  181. def toMap[K, V](implicit ev: <:<[(K, V), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  182. def toSeq: Seq[(K, V)]
    Definition Classes
    IterableOnceOps
  183. def toSet[B >: (K, V)]: Set[B]
    Definition Classes
    IterableOnceOps
  184. def toString(): String
    Definition Classes
    Map → Function1 → Iterable → AnyRef → Any
  185. def toVector: Vector[(K, V)]
    Definition Classes
    IterableOnceOps
  186. def transpose[B](implicit asIterable: ((K, V)) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  187. def unapply(a: K): Option[V]
    Definition Classes
    PartialFunction
  188. def unsorted: Map[K, V]
    Definition Classes
    SortedMap → SortedMapOps → SortedMap → SortedMapOps
  189. def unzip[A1, A2](implicit asPair: ((K, V)) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  190. def unzip3[A1, A2, A3](implicit asTriple: ((K, V)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  191. def update(key: K, value: V): Unit
    Definition Classes
    MapOps
  192. def updateWith(key: K)(remappingFunction: (Option[V]) => Option[V]): Option[V]
    Definition Classes
    MapOps
  193. def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[V, S]): S
    Definition Classes
    MapOps
  194. def values: Iterable[V]
    Definition Classes
    MapOps
  195. def valuesIterator: Iterator[V]
    Definition Classes
    MapOps
  196. def valuesIteratorFrom(start: K): Iterator[V]
    Definition Classes
    SortedMapOps
  197. def view: MapView[K, V]
    Definition Classes
    MapOps → IterableOps
  198. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  199. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  200. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  201. def withDefault(d: (K) => V): SortedMap[K, V]
    Definition Classes
    SortedMap → Map
  202. def withDefaultValue(d: V): SortedMap[K, V]
    Definition Classes
    SortedMap → Map
  203. def withFilter(p: ((K, V)) => Boolean): WithFilter[K, V, [x]Iterable[x], [x, y]Map[x, y], [x, y]SortedMap[x, y]]
    Definition Classes
    SortedMapFactoryDefaults → IterableOps
  204. def writeReplace(): AnyRef
    Attributes
    protected[this]
    Definition Classes
    DefaultSerializable
  205. def zip[B](that: IterableOnce[B]): Iterable[((K, V), B)]
    Definition Classes
    IterableOps
  206. def zipAll[A1 >: (K, V), B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  207. def zipWithIndex: Iterable[((K, V), Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. def +[V1 >: V](elem1: (K, V1), elem2: (K, V1), elems: (K, V1)*): SortedMap[K, V1]
    Definition Classes
    SortedMapOps → MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs

  2. def +[V1 >: V](kv: (K, V1)): SortedMap[K, V1]
    Definition Classes
    SortedMapOps → MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Map or fall back to Map.concat

  3. def ++:[V1 >: V](that: IterableOnce[(K, V1)]): Map[K, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  4. 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

  5. final def +=(elem1: (K, V), elem2: (K, V), elems: (K, V)*): BpTreeMap.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= aka addAll instead of varargs +=; infix operations with an operand of multiple args will be deprecated

  6. final def -(key1: K, key2: K, keys: K*): SortedMap[K, V]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -- or removeAll on an immutable Map

  7. final def -(key: K): SortedMap[K, V]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use - or remove on an immutable Map

  8. def --(keys: IterableOnce[K]): SortedMap[K, V]
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Map.

  9. def -=(elem1: K, elem2: K, elems: K*): BpTreeMap.this.type
    Definition Classes
    Shrinkable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.3) Use --= aka subtractAll instead of varargs -=; infix operations with an operand of multiple args will be deprecated

  10. 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 /:

  11. 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 :\

  12. 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. Use foldLeft(z)(seqop) instead.

  13. def companion: IterableFactory[[_]Iterable[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  14. def compare(k0: K, k1: K): Int
    Definition Classes
    SortedOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use ordering.compare instead

  15. 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

  16. 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).

  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  18. final def from(from: K): SortedMap[K, V]
    Definition Classes
    SortedOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use rangeFrom

  19. 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)

  20. 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).

  21. final def repr: SortedMap[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

  22. final def retain(p: (K, V) => Boolean): BpTreeMap.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use filterInPlace instead

  23. def seq: BpTreeMap.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  24. final def to(to: K): SortedMap[K, V]
    Definition Classes
    SortedOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use rangeTo

  25. final def toIterator: Iterator[(K, V)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  26. final def toStream: Stream[(K, V)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  27. final def toTraversable: Traversable[(K, V)]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  28. final def transform(f: (K, V) => V): BpTreeMap.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use mapValuesInPlace instead

  29. final def until(until: K): SortedMap[K, V]
    Definition Classes
    SortedOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use rangeUntil

  30. def updated[V1 >: V](key: K, value: V1): SortedMap[K, V1]
    Definition Classes
    SortedMapOps → MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use m.clone().addOne((k,v)) instead of m.updated(k, v)

  31. 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)

Inherited from DefaultSerializable

Inherited from Serializable

Inherited from SortedMap[K, V]

Inherited from SortedMapOps[K, V, SortedMap, SortedMap[K, V]]

Inherited from SortedMap[K, V]

Inherited from SortedMapFactoryDefaults[K, V, [x, y]SortedMap[x, y], [x]Iterable[x], [x, y]Map[x, y]]

Inherited from SortedMapOps[K, V, [X, Y]SortedMap[X, Y], SortedMap[K, V]]

Inherited from SortedOps[K, SortedMap[K, V]]

Inherited from AbstractMap[K, V]

Inherited from Map[K, V]

Inherited from MapOps[K, V, Map, SortedMap[K, V]]

Inherited from Shrinkable[K]

Inherited from Builder[(K, V), SortedMap[K, V]]

Inherited from Growable[(K, V)]

Inherited from Clearable

Inherited from Cloneable[SortedMap[K, V]]

Inherited from Cloneable

Inherited from Iterable[(K, V)]

Inherited from AbstractMap[K, V]

Inherited from Map[K, V]

Inherited from Equals

Inherited from MapFactoryDefaults[K, V, [x, y]Map[x, y], [x]Iterable[x]]

Inherited from MapOps[K, V, [_, _]Map[_, _], SortedMap[K, V]]

Inherited from PartialFunction[K, V]

Inherited from (K) => V

Inherited from AbstractIterable[(K, V)]

Inherited from Iterable[(K, V)]

Inherited from IterableFactoryDefaults[(K, V), [x]Iterable[x]]

Inherited from IterableOps[(K, V), [_]Iterable[_], SortedMap[K, V]]

Inherited from IterableOnceOps[(K, V), [_]Iterable[_], SortedMap[K, V]]

Inherited from IterableOnce[(K, V)]

Inherited from AnyRef

Inherited from Any

Ungrouped