I have a requirement like this.
Country list State
---------------- ------------
India KarNtaka
Tamilnadu
Andhra
US Northcarolina
California
I need to store the country list and state list in generic collection. It is not possible to store the duplicated country code. kindly let me know how to handle this in generics. so that if i enter india it should print list of states in india.