Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Replies
    5
    Views
    4,113

    Re: convert arraylist to 2D array

    What data goes in the columns on a row? How can the program get that data from the objects?
    The way the code is written, the class needs to have a method that takes an int value (j) and returns...
  2. Replies
    5
    Views
    4,113

    Re: convert arraylist to 2D array

    One way would be to use a loop. What was the problem you had?
  3. Replies
    5
    Views
    4,113

    Re: convert arraylist to 2D array

    Why take the data out of the class object? Is there a problem working with an arraylist?
    There are other util classes and methods that can be used with arraylists.
Results 1 to 3 of 3