Scan the content of a hashtableTag(s): Language
Enumeration keys = hash.keys(); while( keys.hasMoreElements() ) { Object key = keys.nextElement(); Object value = hash.get(key); }
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com