At first sory for my bad english :)
I want create new list (Arraylist, hashmap etc.. which is appropriate)
this list have 6 field for example;
ArrayList<Integer, Integer, String, Integer, String, Integer> nData = new ArrayList<>();
this is not correct i know but i need list has <int, int, String, int, String, int>
but how? thank you