|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComparatorContext | |
|---|---|
| com.jidesoft.comparator | |
| com.jidesoft.grouper | |
| Uses of ComparatorContext in com.jidesoft.comparator |
|---|
| Fields in com.jidesoft.comparator declared as ComparatorContext | |
|---|---|
static ComparatorContext |
CharSequenceComparator.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 |
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(java.lang.Class<?> clazz)
Gets the available ComparatorContexts registered with the class. |
| Methods in com.jidesoft.comparator with parameters of type ComparatorContext | |
|---|---|
static int |
ObjectComparatorManager.compare(java.lang.Object o1,
java.lang.Object o2,
java.lang.Class<?> clazz,
ComparatorContext context)
Compares the two objects. |
static int |
ObjectComparatorManager.compare(java.lang.Object o1,
java.lang.Object o2,
ComparatorContext context)
Compares the two objects. |
static java.util.Comparator |
ObjectComparatorManager.getComparator(java.lang.Class<?> clazz,
ComparatorContext context)
Gets the comparator. |
static void |
ObjectComparatorManager.registerComparator(java.lang.Class<?> clazz,
java.util.Comparator comparator,
ComparatorContext context)
Registers a comparator with the type specified as class and a comparator context specified as context. |
static void |
ObjectComparatorManager.unregisterComparator(java.lang.Class<?> clazz,
ComparatorContext context)
Unregisters comparator associated with clazz 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 | |||||||||