java.util.stream.IntStream.range(0, localAppClasses.size()).forEach(i -> System.out.println(String.format("[%d] %s", (i + 1), localAppClasses.get(i))));
For further actions, you may consider blocking this person and/or reporting abuse
java.util.stream.IntStream.range(0, localAppClasses.size()).forEach(i -> System.out.println(String.format("[%d] %s", (i + 1), localAppClasses.get(i))));
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)