Outils pour utilisateurs

Outils du site


lang:java:dictionary

Ceci est une ancienne révision du document !


for each

for (Enumeration e = propList.keys(); e.hasMoreElements();) {
    String key = (String)e.nextElement();
    String value = (String)propList.get(key);
}

Source, Archive

lang/java/dictionary.1477854884.txt.gz · Dernière modification : 2016/10/30 20:14 de root