com.sun.electric.database.text
Class TextUtils.CellsByDate

java.lang.Object
  extended by com.sun.electric.database.text.TextUtils.CellsByDate
All Implemented Interfaces:
java.util.Comparator<Cell>
Enclosing class:
TextUtils

public static class TextUtils.CellsByDate
extends java.lang.Object
implements java.util.Comparator<Cell>

Comparator class for sorting Cells by their date.


Constructor Summary
TextUtils.CellsByDate()
           
 
Method Summary
 int compare(Cell c1, Cell c2)
          Method to sort Cells by their date.
 
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

TextUtils.CellsByDate

public TextUtils.CellsByDate()
Method Detail

compare

public int compare(Cell c1,
                   Cell c2)
Method to sort Cells by their date.

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