PlanCourseOrdering

org.openurp.edu.program.model.PlanCourseOrdering
object PlanCourseOrdering extends Ordering[PlanCourse]

Attributes

Graph
Supertypes
trait Ordering[PlanCourse]
trait PartialOrdering[PlanCourse]
trait Equiv[PlanCourse]
trait Serializable
trait Comparator[PlanCourse]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

class OrderingOps(lhs: T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compare(o1: PlanCourse, o2: PlanCourse): Int

必修排在前,选修中按照学期以及课程代码

必修排在前,选修中按照学期以及课程代码

Attributes

Definition Classes
Ordering -> Comparator

Inherited methods

override def equiv(x: PlanCourse, y: PlanCourse): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from:
Ordering
override def gt(x: PlanCourse, y: PlanCourse): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def gteq(x: PlanCourse, y: PlanCourse): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def isReverseOf(other: Ordering[_]): Boolean

Attributes

Inherited from:
Ordering
override def lt(x: PlanCourse, y: PlanCourse): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def lteq(x: PlanCourse, y: PlanCourse): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def max[U <: PlanCourse](x: U, y: U): U

Attributes

Inherited from:
Ordering
def min[U <: PlanCourse](x: U, y: U): U

Attributes

Inherited from:
Ordering
def on[U](f: U => PlanCourse): Ordering[U]

Attributes

Inherited from:
Ordering
def orElse(other: Ordering[PlanCourse]): Ordering[PlanCourse]

Attributes

Inherited from:
Ordering
def orElseBy[S](f: PlanCourse => S)(implicit ord: Ordering[S]): Ordering[PlanCourse]

Attributes

Inherited from:
Ordering
override def reverse: Ordering[PlanCourse]

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def reversed(): Comparator[PlanCourse]

Attributes

Inherited from:
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: PlanCourse <: <FromJavaObject>, _ <: U]): Comparator[PlanCourse]

Attributes

Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: PlanCourse <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[PlanCourse]

Attributes

Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: PlanCourse <: <FromJavaObject>]): Comparator[PlanCourse]

Attributes

Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: PlanCourse <: <FromJavaObject>]): Comparator[PlanCourse]

Attributes

Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: PlanCourse <: <FromJavaObject>]): Comparator[PlanCourse]

Attributes

Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: PlanCourse <: <FromJavaObject>]): Comparator[PlanCourse]

Attributes

Inherited from:
Comparator
def tryCompare(x: PlanCourse, y: PlanCourse): Some[Int]

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: PlanCourse): OrderingOps

Attributes

Inherited from:
Ordering