aspose file tools
The moose likes Beginning Java and the fly likes Multidimensional Array List (Array List of array list) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Multidimensional Array List (Array List of array list)" Watch "Multidimensional Array List (Array List of array list)" New topic
Author

Multidimensional Array List (Array List of array list)

lape show
Greenhorn

Joined: Feb 07, 2010
Posts: 6
Please how do insert into and retrieve from an arraylist of arraylists


lape
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
There is no such thing as a multidimensional list.

You add and get elements exactly the same way as for any other List
lape show
Greenhorn

Joined: Feb 07, 2010
Posts: 6
Thanks
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
You're welcome
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Multidimensional Array List (Array List of array list)
 
Similar Threads
Putting data into JTextField
difference between linked list and array list?
Throwable array
The difference between null and isEmpty.
Remove duplicates in an Arrays