haii..
I have a parent arraylist.. The elements of parent arraylist is another set of child arraylists (duplicate child arraylists are there). i need the index of each child arraylist.
The problem is i am not getting the index of child arraylist if the child arraylist is a duplicate.
Can anyone help me?? i am doing the code in java..
I have a parent arraylist.. The elements of parent arraylist is another set of child arraylists (duplicate child arraylists are there). i need the index of each child arraylist.
The problem is i am not getting the index of child arraylist if the child arraylist is a duplicate.
Can anyone help me?? i am doing the code in java..