Scala Standard Library 2.13.1 - scala.collection.SortedOps (original) (raw)
trait SortedOps[A, +C] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SortedOps
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def firstKey: A
- abstract def lastKey: A
- abstract def ordering: Ordering[A]
- abstract def rangeImpl(from: Option[A], until: Option[A]): C
- abstract def rangeTo(to: A): C
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (SortedOps[A, C], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (SortedOps[A, C]) => Boolean, msg: => Any): SortedOps[A, C]
- def ensuring(cond: (SortedOps[A, C]) => Boolean): SortedOps[A, C]
- def ensuring(cond: Boolean, msg: => Any): SortedOps[A, C]
- def ensuring(cond: Boolean): SortedOps[A, C]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def range(from: A, until: A): C
- def rangeFrom(from: A): C
- def rangeUntil(until: A): C
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Deprecated Value Members
- def compare(k0: A, k1: A): Int
- final def from(from: A): C
- final def to(to: A): C
- final def until(until: A): C
- def →[B](y: B): (SortedOps[A, C], B)