org.axiondb
public class RowComparator extends Object implements Comparator
Rows
, which will sort a collection according to
the value of a single selectable. By using a ComparatorChain, one can perform in-memory
sorts over multiple columns.
Constructor Summary | |
---|---|
RowComparator(Selectable sel, RowDecorator dec) |
Method Summary | |
---|---|
int | compare(Object o1, Object o2) |