In my program I have put these in a arrayList:

String string1 = start + "-" + end;

So arrayList is full of these string1 things.
Now start and end are both number.

Is there a way that i...