public class ColumnSorter
extends java.lang.Object
implements java.util.Comparator
Constructor and Description |
---|
ColumnSorter(int colIndex,
boolean ascending) |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object a,
java.lang.Object b)
compares two passed objects and returns an int value that tells in what
order these objects should be
|