Q:

list of BigInteger to list of long

List<Long> longList = bigIntegerList.stream().map(BigInteger::longValue).collect(Collectors.toList());
0

New to Communities?

Join the community