org.eclipse.cdt.managedbuilder.ui.properties
Class BuildListComparator

java.lang.Object
  extended by org.eclipse.cdt.ui.newui.CDTListComparator
      extended by org.eclipse.cdt.managedbuilder.ui.properties.BuildListComparator
All Implemented Interfaces:
java.util.Comparator

public class BuildListComparator
extends CDTListComparator

This class is intended to compare MBS-specific classes


Constructor Summary
BuildListComparator()
           
 
Method Summary
 int compare(java.lang.Object a, java.lang.Object b)
           
static CDTListComparator getInstance()
           
 
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

BuildListComparator

public BuildListComparator()
Method Detail

getInstance

public static CDTListComparator getInstance()

compare

public int compare(java.lang.Object a,
                   java.lang.Object b)
Specified by:
compare in interface java.util.Comparator
Overrides:
compare in class CDTListComparator