Ceci est une ancienne révision du document !
for (Enumeration e = propList.keys(); e.hasMoreElements();) { String key = (String)e.nextElement(); String value = (String)propList.get(key); }
Source, Archive