IntReverseOrdering

scalax.collection.GraphDegree.IntReverseOrdering$
object IntReverseOrdering extends Ordering[Int]

Decreasing ordering of integers.

Attributes

Graph
Supertypes
trait Ordering[Int]
trait Equiv[Int]
trait Serializable
trait Comparator[Int]
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

def compare(d1: Int, d2: Int): Int

Inherited methods

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

Attributes

Definition Classes
Inherited from:
Ordering
override def gt(x: Int, y: Int): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gteq(x: Int, y: Int): Boolean

Attributes

Definition Classes
Inherited from:
Ordering

Attributes

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

Attributes

Definition Classes
Inherited from:
Ordering
override def lteq(x: Int, y: Int): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
def max[U <: Int](x: U, y: U): U

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Int): OrderingOps

Attributes

Inherited from:
Ordering