这个两个都是Object,比较不了的 (double)list.get(i) > (double)list.get(j) 就好了 顺便说下,list排序不用这么麻烦的。Collections.sort(list)一句话就搞定了。
Vector<Vector<Double>> S1=new Vector<Vector<Double>>();
public class BiJiao {public static void main(String[] args) {//比较基本数据类别,比如int byte short ..等 使用两个==表示等于,使用!=表示不等于int x = 10;int y = 10;if (x == y) {System.out.println(x + "和" + y + "相等");}char a = 'A';char b = 'B';if (...
只要你连接字符串,'+'运算符的两个参数都必须是字符串。但是PaidRequest.getDatesRequest().forEach(...