$themap #foreach($v in $themap) * $v #end #foreach($k in $themap.keySet()) * $k #end #foreach($e in $themap.entrySet()) * $e.key $e.value #end