Java Map Keyset, чтобы перечислить

List<String> keys = new ArrayList<>(uniqueRecs.keySet());
Massimo Stefan