Suppose I have an ArrayList of my custom Objects which is very simple. For example:
ArrayList
class Account { public String Name; public In
You must use the Map for example:
private Map AccountMap; for (String account : accounts ) AccountMap.put(account, numberofid);