|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectComparator | |
org.hsqldb.lib |
Uses of ObjectComparator in org.hsqldb.lib |
Classes in org.hsqldb.lib that implement ObjectComparator | |
class |
HsqlTimer
Provides facility for threads to schedule tasks for future execution in a background thread. |
static class |
Sort.StringComparator
|
Fields in org.hsqldb.lib declared as ObjectComparator | |
protected ObjectComparator |
HsqlArrayHeap.oc
|
Methods in org.hsqldb.lib with parameters of type ObjectComparator | |
void |
HsqlArrayList.sort(ObjectComparator c)
|
static void |
Sort.sort(Object[] w,
ObjectComparator comparator,
int l,
int r)
FastQSorts the [l,r] partition (inclusive) of the specfied array of Rows, using the comparator. |
Constructors in org.hsqldb.lib with parameters of type ObjectComparator | |
HsqlArrayHeap(int capacity,
ObjectComparator comparator)
Creates a new HsqlArrayHeap with the given initial capacity, using the specified ObjectComparator to maintain the heap invariant. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |