Search:

Type: Posts; User: E.K.Virtanen

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    2,152

    [SOLVED] Re: ArrayList.remove() problem. (solved)

    This is not the most elegant way, but gives the idea how i decided to solve it. I loop through arraylist until condition comes true, then remove object from arraylist with correct reference.

    ...
  2. Replies
    9
    Views
    2,152

    [SOLVED] Re: ArrayList.remove() problem.

    Ok. I _thougth_ that toString method at class would do the work.
    I stop guessing a go with iterating :) Thanks for help.
  3. Replies
    9
    Views
    2,152

    [SOLVED] ArrayList.remove() problem. (solved)

    Hi.

    I created a simple test list while studying ArrayList. For some reason (some obvious i guess) i cant remove objects from list.
    There is tiny class Person with some values, which are added to...
Results 1 to 3 of 3