Is there an easy way to sort TableRow classes by specifying a column index(int) or title (String)? Or should I create a new class which implements Comparable? StringLit, IntList, FloatList do sorting but how can I have the sorting result applied or reflected in the original Table object?
↧