Convert List to List directly February 6, 2023 by Tarik Using Java8: stringList.stream().map(Integer::parseInt).collect(Collectors.toList());