import java.util.stream.IntStream; IntStream.range(0, 3).forEachOrdered(n -> { System.out.println(n); });