23602361236223632364236523662367236823692370
Set<Entry<String, String>> entries = licenses.entrySet(); List<ILicense> keys = new ArrayList<ILicense>(); for ( final Entry<String, String> entry : entries ) { keys.add( new ILicense() { public String product() { return entry.getKey(); }