Example: list of BigInteger to list of long List longList = bigIntegerList.stream().map(BigInteger::longValue).collect(Collectors.toList());
確定! 回上一頁