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

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

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

Comparator class for sorting Export by their name with number considered.


Constructor Summary
ExportChanges.ExportsByNumber()
           
 
Method Summary
 int compare(Export e1, Export e2)
          Method to sort Exports by their name.
 
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.ExportsByNumber

public ExportChanges.ExportsByNumber()
Method Detail

compare

public int compare(Export e1,
                   Export e2)
Method to sort Exports by their name.

Specified by:
compare in interface java.util.Comparator<Export>