Package ucar.ui.table
Class TableRowAbstract.Sorter
- java.lang.Object
-
- ucar.ui.table.TableRowAbstract.Sorter
-
- All Implemented Interfaces:
Serializable
,Comparator
- Enclosing class:
- TableRowAbstract
public static class TableRowAbstract.Sorter extends Object implements Comparator, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Sorter(int col, boolean reverse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Object o1, Object o2)
-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(Object o1, Object o2)
- Specified by:
compare
in interfaceComparator
-
-