Thread
:
How to implement ArrayList as Multidimensional Arrays?
View Single Post
#
2
(
permalink
)
07-30-2007, 10:56 PM
HelloWorld
PT Admin
Awards Showcase
Total Awards
: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,118
iTrader: (
0
)
Nevermind, I think I found out about this:
PHP Code:
ArrayList matrix
= new
ArrayList
();
matrix
.
add
(new
ArrayList
());
Note: I haven't tested this. I'll let you know my implementation later
__________________
PHP Code:
System
.
out
.
println
(
"Hello World!"
);
HelloWorld
View Public Profile
Send a private message to HelloWorld
Find all posts by HelloWorld