SyntaxFix
Write A Post
Hire A Developer
Questions
you can use below code to get key : String [] keys = (String[]) item.keySet().toArray(new String[0]);
String [] keys = (String[]) item.keySet().toArray(new String[0]);
and get object or list that insert in HashMap with key of this item like this : item.get(keys[position]);
item.get(keys[position]);