Getting java.util.ConcurrentModificationException
- From: "Roiysh@xxxxxxxxx" <Roiysh@xxxxxxxxx>
- Date: Fri, 8 Aug 2008 01:37:18 -0700 (PDT)
I have written a game that using min max algorithm, with Vector as
it's tokens and in the algorithm it makes a move and check it's value
and then return to original values, but when i try to use the vector
again it gives me the exception above, that i altered it and therefor
i cannot continue.
i have tried to create a clone of the vetctor so it won't be using the
original vactor and work on the copy but it didnt work.
someone have an idea to help me outa here i am helpless.
thanks,
Roi .
.
- Follow-Ups:
- Re: Getting java.util.ConcurrentModificationException
- From: GArlington
- Re: Getting java.util.ConcurrentModificationException
- From: Joshua Cranmer
- Re: Getting java.util.ConcurrentModificationException
- From: RedGrittyBrick
- Re: Getting java.util.ConcurrentModificationException
- Prev by Date: Re: Virtuous Hacking challenge
- Next by Date: Re: Adding ExitListeners to Netbeans generated Desktop Application?
- Previous by thread: how to set (preferred) JSlider length?
- Next by thread: Re: Getting java.util.ConcurrentModificationException
- Index(es):
Relevant Pages
|