Solved ArrayListz

Discussion in 'Plugin Development' started by MCMatters, Oct 27, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    MCMatters

    I have a ArrayList<ArrayList<String>> i need to check if 3/4 array lists in the whole array list are empty.
     
  2. Offline

    teej107

  3. Offline

    MCMatters

    @teej107 Can you assist me on how i should go about doing that?
     
  4. Offline

    teej107

    Of course xD Loop through the parent ArrayList and check if the child ArrayList is empty. If so increment an int and if the int is 3 or above, do something.
     
  5. Offline

    MCMatters

Thread Status:
Not open for further replies.

Share This Page