|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.database.text.TextUtils.CellsByName
public static class TextUtils.CellsByName
Comparator class for sorting Cells by their name (NOT considering numbers in the names).
Constructor Summary | |
---|---|
TextUtils.CellsByName()
|
Method Summary | |
---|---|
int |
compare(Cell c1,
Cell c2)
Method to sort Cells 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 |
---|
public TextUtils.CellsByName()
Method Detail |
---|
public int compare(Cell c1, Cell c2)
compare
in interface java.util.Comparator<Cell>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |