I have a list of strings.
String result[] = { "1=AccountId93",
"10188=930.0", "10190=Mkt930", "1=AccountId94",
"10188=940.0", "10190=Mkt940", "1=AccountId95",
"10188=950.0", "10190=Mkt950" };
I want to put list into an array of objects where by the object is e.g AccountId93,930.0,Mkt930
How can I reorder this array??? N.b there is name value pairs to work with but a map will not work as the key values will overwrite each other