| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ComparatorContext[] |
ObjectComparatorManager.getComparatorContexts(Class<?> clazz)
Gets the available ComparatorContexts registered with the class.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ComparatorContext |
ObjectGrouper.getComparatorContext()
Gets the comparator context for the value returned from this object grouper.
|
ComparatorContext |
AbstractObjectGrouper.getComparatorContext() |
Copyright © 2017. All rights reserved.