scala.collection.jcl.Ranged

class Comparator

[source: scala/collection/jcl/Ranged.scala]

protected class Comparator[K](implicit view$1 : (K) => Ordered[K])
extends java.util.Comparator[Any] with AnyRef
A wrapper around Java comparators.
Method Summary
def compare (x0 : Any, x1 : Any) : Int
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def compare(x0 : Any, x1 : Any) : Int
Overrides
java.util.Comparator.java.util.Comparator.compare