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