overview
Introduction
Various comparator (Comparator) implementations and encapsulations
PROVIDED Comparators
OTHER Comparators
ReverseComparatorReverse comparator for sorting in descending orderVersionComparatorVersion comparator that supports versions such as 1.3.20.8, 6.82.20160101, 8.5a/8.5c, etc.PropertyComparatorBean property comparator that compares Bean objects based on a specific attribute of the BeanIndexedComparatorArranges according to the order of the array. The position of the array elements determines the sorting order of the objects.ComparatorChainComparator chain. This chain wraps multiple comparators, and the final comparison result is based on the comparison order of multiple comparators.PinyinComparatorSorts Chinese character strings in GBK pinyin order for the given Chinese characters.