I want to access the Records I have created in the HashMap.
Due to some requirements, I am unable to create a new data structure for holding my data.
private HashMap<String, ArrayList<Record>> customerInfoTable = new
HashMap<String, ArrayList<Record>>();