java 16进制字符串转10进制整数:

int x = Integer.parseInt("1A", 16);

java 整数List排序:

Collections.sort(list);