J
jagadesh
Hi Guys,
i want my own implementation of hashMap . my requirement is i want to
get 3 values
1. page Number
2. ArrayList
3. String "status"
so i want to make a hashMap with 3 like HashMap<int
PageNumber,ArrayList myList,String status>
is there any alternates for this approach or can i make a hashmap like
this ?
i want my own implementation of hashMap . my requirement is i want to
get 3 values
1. page Number
2. ArrayList
3. String "status"
so i want to make a hashMap with 3 like HashMap<int
PageNumber,ArrayList myList,String status>
is there any alternates for this approach or can i make a hashmap like
this ?