java中integer的取值范围 -2^31 到2^31 - 1 ,因为有一位是符号位,所以装不下8位十六进制转换的十进制,BigInteger是个好东西List collect = scrDistInfoList.stream().filter(e -> !e.getAreaCode().equals(“BG”)).map(ScrDistInfoVo::getAreaName).collect(Collectors.toList());不能用new的情况