Hello, i have a List
List<DataClient> listDataClient;
My class DataCLient:
Client client;
List<String> phoneNumber;
i have a second list
List<DataPhoneNumber> listPhoneNumber;
My class DataPhoneNumber:
String phoneNumber;
List<Client> client;
In my code i put data in my first list but now i want to reverse my list in the second. In the first list i have a Client wiht x NumberPhone now i want to have NumberPhone for x Client