com.sun.electric.tool.user
Class ExportChanges.ExportSortedByBusIndex

java.lang.Object
  extended by com.sun.electric.tool.user.ExportChanges.ExportSortedByBusIndex
All Implemented Interfaces:
java.util.Comparator<Export>
Enclosing class:
ExportChanges

public static class ExportChanges.ExportSortedByBusIndex
extends java.lang.Object
implements java.util.Comparator<Export>


Constructor Summary
ExportChanges.ExportSortedByBusIndex()
           
 
Method Summary
 int compare(Export e1, Export e2)
           
 
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
 

Constructor Detail

ExportChanges.ExportSortedByBusIndex

public ExportChanges.ExportSortedByBusIndex()
Method Detail

compare

public int compare(Export e1,
                   Export e2)
Specified by:
compare in interface java.util.Comparator<Export>