| Package | Description |
|---|---|
| com.blazebit.comparator |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericCollectionComparator<T>
This comparator is able to compare objects on a specified index which are part of a Collection or an Array.
|
class |
GenericComparator<T>
Generic Comparator is used at Collections.sort(); and can be applied on every
compareable Object.
|
class |
PropertyPathStringComparator<T>
This Comparator implementation compares the string values of the resolved
property path via a Collator instantiated witht he defined locale.
|
class |
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.