| Class | Description |
|---|---|
| BaseComparator<T> |
This is the base for comparator implementations providing util mehtods all
comparator need.
|
| GenericCollectionComparator<T> |
This comparator is able to compare objects on a specified index which are part of a Collection or an Array.
|
| GenericComparator<T> |
Generic Comparator is used at Collections.sort(); and can be applied on every
compareable Object.
|
| PropertyPathStringComparator<T> |
This Comparator implementation compares the string values of the resolved
property path via a Collator instantiated witht he defined locale.
|
| StringComparator |
This Comparator implementation compares the string values via a Collator
instantiated witht he defined locale if the given objects are of instance
String, if they are not toString() will get called on the given objects.
|
Copyright © 2020 Blazebit. All rights reserved.