CourseGradeOrdering

org.openurp.edu.grade.domain.CourseGradeOrdering
class CourseGradeOrdering(cmpWhat: String, isAsc: Boolean, gradeTypes: Iterable[GradeType]) extends Ordering[CourseGrade]

可按照成绩组成部分排序的排序类

Attributes

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

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(g0: CourseGrade, g1: CourseGrade): Int

Attributes

Definition Classes
Ordering -> Comparator

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering
def orElse(other: Ordering[CourseGrade]): Ordering[T]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Concrete fields

val gradeTypeMap: Map[String, GradeType]

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: CourseGrade): OrderingOps

Attributes

Inherited from:
Ordering