Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

list of BigInteger to list of long

List<Long> longList = bigIntegerList.stream().map(BigInteger::longValue).collect(Collectors.toList());
 
PREVIOUS NEXT
Tagged: #list #BigInteger #list #long
ADD COMMENT
Topic
Name
4+6 =