org.eclipse.actf.visualization.ui.report.table
Class ResultTableSorterBase.LinesComparator

java.lang.Object
  extended by org.eclipse.actf.util.comparator.ChainComparator
      extended by org.eclipse.actf.visualization.ui.report.table.ResultTableSorterBase.LinesComparator
All Implemented Interfaces:
Comparator<Object>
Enclosing class:
ResultTableSorterBase

public class ResultTableSorterBase.LinesComparator
extends ChainComparator

Sort IProblemItem based on it's corresponding line number


Constructor Summary
ResultTableSorterBase.LinesComparator()
           
 
Method Summary
 
Methods inherited from class org.eclipse.actf.util.comparator.ChainComparator
compare, intResolve, setNext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ResultTableSorterBase.LinesComparator

public ResultTableSorterBase.LinesComparator()