Class AntPerformanceListener.StopWatchComparator

java.lang.Object
net.sf.antcontrib.perf.AntPerformanceListener.StopWatchComparator
All Implemented Interfaces:
Comparator
Enclosing class:
AntPerformanceListener

public class AntPerformanceListener.StopWatchComparator extends Object implements Comparator
Compares the total times for two StopWatches.
  • Constructor Details

    • StopWatchComparator

      public StopWatchComparator()
  • Method Details

    • compare

      public int compare(Object o1, Object o2)
      Compares the total times for two StopWatches.
      Specified by:
      compare in interface Comparator