Java: Bidimensional Array with methods/capabilities similar to ArrayList
- by Paulocoghi
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