Scala Standard Library 2.13.1 - scala.collection.SortedOps (original) (raw)

trait SortedOps[A, +C] extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. SortedOps
  2. AnyRef
  3. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Abstract Value Members

  1. abstract def firstKey: A
  2. abstract def lastKey: A
  3. abstract def ordering: Ordering[A]
  4. abstract def rangeImpl(from: Option[A], until: Option[A]): C
  5. abstract def rangeTo(to: A): C

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (SortedOps[A, C], B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. def ensuring(cond: (SortedOps[A, C]) => Boolean, msg: => Any): SortedOps[A, C]
  9. def ensuring(cond: (SortedOps[A, C]) => Boolean): SortedOps[A, C]
  10. def ensuring(cond: Boolean, msg: => Any): SortedOps[A, C]
  11. def ensuring(cond: Boolean): SortedOps[A, C]
  12. final def eq(arg0: AnyRef): Boolean
  13. def equals(arg0: AnyRef): Boolean
  14. def finalize(): Unit
  15. def formatted(fmtstr: String): String
  16. final def getClass(): Class[_ <: AnyRef]
  17. def hashCode(): Int
  18. final def isInstanceOf[T0]: Boolean
  19. final def ne(arg0: AnyRef): Boolean
  20. final def notify(): Unit
  21. final def notifyAll(): Unit
  22. def range(from: A, until: A): C
  23. def rangeFrom(from: A): C
  24. def rangeUntil(until: A): C
  25. final def synchronized[T0](arg0: => T0): T0
  26. def toString(): String
  27. final def wait(): Unit
  28. final def wait(arg0: Long, arg1: Int): Unit
  29. final def wait(arg0: Long): Unit

Deprecated Value Members

  1. def compare(k0: A, k1: A): Int
  2. final def from(from: A): C
  3. final def to(to: A): C
  4. final def until(until: A): C
  5. def →[B](y: B): (SortedOps[A, C], B)

Ungrouped