// Java 8 - Collection.iterator() + Iterator.forEachRemaining() map.keySet().iterator() .forEachRemaining(System.out::println);