Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.17 seconds.

  1. Replies
    5
    Views
    950

    Re: What's wrong with my method?

    I never thought about that. Clever, lol.
  2. Replies
    5
    Views
    950

    Re: What's wrong with my method?

    Most likely because you are modifying the size of the members list while looping it with an iterator.
    Try this instead:

    for(int i=0;i<members.size();i++) {
    Membership membership =...
Results 1 to 2 of 2