Search:

Type: Posts; User: IanSawyer

Search: Search took 0.14 seconds.

  1. Replies
    4
    Views
    2,514

    [SOLVED] Re: Returning ArrayList via user input

    I see.

    Is it possible to create a 2D array of ArrayLists? So the array item array[0][1] would return list01?
  2. Replies
    4
    Views
    2,514

    [SOLVED] Returning ArrayList via user input

    Lets say I have multiple ArrayLists



    ArrayList<String> list01 = new ArrayList<String>();
    ArrayList<String> list02 = new ArrayList<String>();
    ArrayList<String> list03 = new...
Results 1 to 2 of 2