ReadData.java reads data from l_i.txt, l_u_train.txt, u_f.txt and u_i_train.txt. It creats an arraylist of users, with user-ID, arraylist of Lists, arraylist of Items and arraylist of Friends.
Output outputs the count of items, lists and friends for each user.