debugging HashMap in eclipse shows as below in variables tab for HashMap
{a=3, x=1, y=1}
instead of showing as below
{a:3, x:1, y:1}
which is right convention why eclipse shows in different convention. Does not matter as long as i see key then value separated by some special character like : or = or $ etc?
please advise