|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanComparator | |
---|---|
org.cojen.util |
Uses of BeanComparator in org.cojen.util |
---|
Methods in org.cojen.util that return BeanComparator | |
---|---|
BeanComparator |
BeanComparator.caseSensitive()
Override the collator and compare just the last order-by property using String.compareTo , if it is of type
String. |
BeanComparator |
BeanComparator.collate(Comparator c)
Set a Comparator for ordering Strings, which is passed on to all BeanComparators derived from this one. |
static BeanComparator |
BeanComparator.forClass(Class clazz)
Get or create a new BeanComparator for beans of the given type. |
BeanComparator |
BeanComparator.nullHigh()
Set the order of comparisons against null as being high (the default) on just the last order-by property. |
BeanComparator |
BeanComparator.nullLow()
Set the order of comparisons against null as being low on just the last order-by property. |
BeanComparator |
BeanComparator.orderBy(String propertyName)
Add an order-by property to produce a more refined Comparator. |
BeanComparator |
BeanComparator.reverse()
Toggle reverse-order option on just the last order-by
property. |
BeanComparator |
BeanComparator.using(Comparator c)
Specifiy a Comparator to use on just the last order-by
property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |