NodeOrdering

scalax.collection.GraphBase.NodeOrdering$
See theNodeOrdering companion trait
object NodeOrdering

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object None extends NodeOrdering

Attributes

Supertypes
trait NodeOrdering
trait Ordering[NodeT]
trait Equiv[NodeT]
trait Serializable
trait Comparator[NodeT]
class Object
trait Matchable
class Any
Show all
Self type
None.type

Value members

Concrete methods

def apply(cmp: (NodeT, NodeT) => Int): NodeOrdering

Creates a new NodeOrdering with compare calling the supplied cmp.

Creates a new NodeOrdering with compare calling the supplied cmp.

Attributes