java stream sort in place code example Example: java stream sort List<String> sorted = original.stream().sorted().collect(Collectors.toList());