Associative array/Creation: Difference between revisions

m
(Add Ecstasy example)
Line 2,801:
}</syntaxhighlight>
Iterate over key, value pairs:
<syntaxhighlight lang="java">for ((String skey, Int ivalue) : map)
{
// the variables "key" and "value" are defined here
162

edits