Package net.sf.antcontrib.perf
Class AntPerformanceListener.StopWatchComparator
java.lang.Object
net.sf.antcontrib.perf.AntPerformanceListener.StopWatchComparator
- All Implemented Interfaces:
Comparator
- Enclosing class:
- AntPerformanceListener
Compares the total times for two StopWatches.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
StopWatchComparator
public StopWatchComparator()
-
-
Method Details
-
compare
Compares the total times for two StopWatches.- Specified by:
compare
in interfaceComparator
-