I read a text file and put the data into an ArrayList of String.
The data is like
China 12351235123 Korea 123532523 USA 12341235123
I just need those integer data as an integer to find the first digit of the integers. I know how to find the first digit, but I don't know how I can pick up only the integer data.