Hey, I need to read a textfile in java. The problem is that the file has the following format:
Id time1 time2 time3 ...
ID2 time1 time2 time3 ...
I need to be able to first read all the IDs, then read all the time1, then all time2 etc. Can anyone give me some hints how can I do this please in java? Efficiency is important here since this needs to be done for thounsands of times <- this is my problem Thanks in advance for your help