Hi!There is a question! I want to combine:
List<String> string=new ArrayList<String>(); and List<Integer> numbers=new ArrayList<Integer>();

And the new ArrayList should have both elements in one...