Search:

Type: Posts; User: yacek

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    1,888

    Re: Cannot find symbol ERROR

    THANK YOU! I was using vector methods *facepalm*
  2. Replies
    8
    Views
    1,888

    Re: Cannot find symbol ERROR

    I can't figure it out, here's a totally simplified example I tried to compile. Same error occurs at the line where I have String s = mbin.elementAt(i);

    It's says "cannot find symbol", there are...
  3. Replies
    8
    Views
    1,888

    Re: Cannot find symbol ERROR

    @Javapenguin You can have an array of ArrayLists. Tried adding the string generics to it but that doesn't change anything.
  4. Replies
    8
    Views
    1,888

    Re: Cannot find symbol ERROR

    Where am I using arraylist like an array? Also, the error is only occurring in my methods.
  5. Replies
    8
    Views
    1,888

    Cannot find symbol ERROR

    Working on a bin sort; user enters a bunch of number and then I sort them.

    I keep getting the error "cannot find symbol" and an arrow pointing to the period in mbin.elementAt(i) and ever time I...
Results 1 to 5 of 5