Java: Bidimencional Array with methods/capabilities similar to ArrayList
Posted
by Paulocoghi
on Stack Overflow
See other posts from Stack Overflow
or by Paulocoghi
Published on 2010-03-30T01:09:07Z
Indexed on
2010/03/30
1:13 UTC
Read the original article
Hit count: 498
I want to create an XY array of integers (or whatever type), but I want to use methods like "add", "remove", "contains", "indexOf" similar to ArrayList class.
Is there any existing class with these capabilities?
PS: I don't want to create an ArrayList of ArrayList
© Stack Overflow or respective owner