public abstract class ComparatorHelper extends Object
| 构造器和说明 |
|---|
ComparatorHelper() |
public static <T> Comparator<T> identity()
public static int valueOf(double result)
public static int valueOf(long result)
public static <T extends Comparable<T>> int compareTo(T a, T b)
Copyright © 2022. All rights reserved.