|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComparatorContext | |
|---|---|
| com.jidesoft.comparator | The package contains all kinds of comparators for JIDE Common Layer. |
| com.jidesoft.grouper | The package contains all kinds of object groupers for JIDE Common Layer. |
| Uses of ComparatorContext in com.jidesoft.comparator |
|---|
| Fields in com.jidesoft.comparator declared as ComparatorContext | |
|---|---|
static ComparatorContext |
CharSequenceComparator.CONTEXT
|
static ComparatorContext |
AlphanumFileComparator.CONTEXT
|
static ComparatorContext |
AlphanumComparator.CONTEXT
|
static ComparatorContext |
NumberComparator.CONTEXT_ABSOLUTE
Comparator Context to compare two values using the absolute value. |
static ComparatorContext |
CharSequenceComparator.CONTEXT_IGNORE_CASE
|
static ComparatorContext |
AlphanumFileComparator.CONTEXT_IGNORE_CASE
|
static ComparatorContext |
AlphanumComparator.CONTEXT_IGNORE_CASE
|
static ComparatorContext |
ComparatorContext.DEFAULT_CONTEXT
Default comparator context with empty name and no user object. |
| Methods in com.jidesoft.comparator that return ComparatorContext | |
|---|---|
static ComparatorContext[] |
ObjectComparatorManager.getComparatorContexts(Class<?> clazz)
Gets the available ComparatorContexts registered with the class. |
| Methods in com.jidesoft.comparator with parameters of type ComparatorContext | |
|---|---|
static int |
ObjectComparatorManager.compare(Object o1,
Object o2,
Class<?> clazz,
ComparatorContext context)
Compares the two objects. |
static int |
ObjectComparatorManager.compare(Object o1,
Object o2,
ComparatorContext context)
Compares the two objects. |
static Comparator |
ObjectComparatorManager.getComparator(Class<?> clazz,
ComparatorContext context)
Gets the comparator. |
static void |
ObjectComparatorManager.registerComparator(Class<?> clazz,
Comparator comparator,
ComparatorContext context)
Registers a comparator with the type specified as class and a comparator context specified as context. |
static void |
ObjectComparatorManager.unregisterComparator(Class<?> clazz,
ComparatorContext context)
Unregisters comparator associated with the class and context. |
| Uses of ComparatorContext in com.jidesoft.grouper |
|---|
| Methods in com.jidesoft.grouper that return ComparatorContext | |
|---|---|
ComparatorContext |
ObjectGrouper.getComparatorContext()
Gets the comparator context for the value returned from this object grouper. |
ComparatorContext |
AbstractObjectGrouper.getComparatorContext()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||