Search:

Type: Posts; User: JonLane

Search: Search took 0.30 seconds.

  1. Replies
    8
    Views
    2,578

    Re: ArrayList question

    Well, I can't think of anyway of doing that with out making your own class that adds some addition info to your ArrayList.



    public class MyArray {
    String myName = "";
    ArrayList myList;
    ...
  2. Replies
    8
    Views
    2,578

    Re: ArrayList question

    This may be over simplified, but I don't quite understand what you want if not this.




    ArrayList() keys = new ArrayList();
    ArrayList() a = new ArrayList();
    ArrayList() b = new ArrayList();...
Results 1 to 2 of 2