Class SQLComparator<T>
- java.lang.Object
-
- com.aoindustries.aoserv.client.sql.SQLComparator<T>
-
- All Implemented Interfaces:
Comparator<T>
public final class SQLComparator<T> extends Object implements Comparator<T>
Compares columns.- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description SQLComparator(AOServConnector connector, SQLExpression[] exprs, boolean[] sortOrders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(T[] OA1, T[] OA2)intcompare(T O1, T 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
-
-
-
-
Constructor Detail
-
SQLComparator
public SQLComparator(AOServConnector connector, SQLExpression[] exprs, boolean[] sortOrders)
-
-