|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseComparator | |
|---|---|
| blackboard.base | Provides common classes and utility classes used throughout the platform API. |
| Uses of BaseComparator in blackboard.base |
|---|
| Subclasses of BaseComparator in blackboard.base | |
|---|---|
class |
GenericAttributeComparator
Comparator implementation that allows objects in a list to be compared based on the value of an attribute that they have in common. |
class |
GenericFieldComparator
Comparator implementation that allows objects in a list to be compared based on the value of an attribute that they have in common. |
class |
GenericPropertyComparator
Comparator implementation that allows objects in a list to be compared based on the value of a property that they have in common. |
| Methods in blackboard.base that return BaseComparator | |
|---|---|
static BaseComparator |
BaseComparator.convertToBaseComparator(java.util.Comparator comparator)
Wraps any comparator in an instance of BaseComparator that proxies through to the supplied comparator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||