scalax.collection.GraphDegree.DegreeOrdering
See theDegreeOrdering companion object
final class DegreeOrdering(val f: DegreeFunction) extends Ordering[NodeT]
Decreasing ordering of nodes with respect to their degree.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Ordering
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: NodeT <: <FromJavaObject>, _ <: U]): Comparator[NodeT]
Attributes
- Inherited from:
- Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: NodeT <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[NodeT]
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Concrete fields
Implicits
Inherited implicits
Attributes
- Inherited from:
- Ordering
In this article