public abstract class ComparableUtils extends Object
| 构造器和说明 |
|---|
ComparableUtils() |
public static <T extends Comparable> int compare(T a, T b)
T - the type of the a and ba - the comparable object ab - the comparable object ba < b 1: a > bpublic static int compare(int a,
int b)
a - the comparable object ab - the comparable object ba < b 1: a > bpublic static int compare(long a,
long b)
a - the comparable object ab - the comparable object ba < b 1: a > bCopyright © 2021 EasyJ寮�婧愮ぞ鍖�. All rights reserved.