Results 1 to 2 of 2
- 04-30-2012, 12:14 AM #1
Member
- Join Date
- Mar 2012
- Posts
- 16
- Rep Power
- 0
- 04-30-2012, 12:44 AM #2
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Re: Reading value from two-dimensional ArrayList
A two dimensional array list is actually a one dimensional array list where each element is itself an ArrayList. Check the API for the get method and how it works, also, consider how you would index a 2d array (it's similar, but not identical).
Similar Threads
-
Reading from txt file to arraylist
By artur in forum New To JavaReplies: 4Last Post: 02-10-2012, 04:51 AM -
adding values from file to multi-dimensional ArrayList
By sebo in forum New To JavaReplies: 7Last Post: 09-26-2011, 11:29 PM -
reading two dimensional array
By fr0s1yjack in forum New To JavaReplies: 18Last Post: 06-23-2011, 03:16 PM -
Problem reading a text file into a two-dimensional character array
By wvu5004 in forum New To JavaReplies: 5Last Post: 03-12-2011, 01:04 AM -
Reading API for ArrayList
By kian_hong2000 in forum New To JavaReplies: 10Last Post: 08-22-2008, 06:09 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks