mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
优化IndexedComparator性能
This commit is contained in:
@@ -11,7 +11,7 @@ import java.util.Comparator;
|
||||
*
|
||||
* @param <T> 被排序元素类型
|
||||
* @author looly
|
||||
* @since 4.1.5
|
||||
* @since 5.8.30
|
||||
*/
|
||||
public class ArrayIndexedComparator<T> implements Comparator<T> {
|
||||
|
||||
|
Reference in New Issue
Block a user