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

keys de Hashtable vers string

String.join(", ", hash.keySet())
lang/java/dictionary.1478461967.txt.gz · Dernière modification : 2016/11/06 20:52 de root