Closed mabre closed 10 years ago
Concerning the iterator problem:
Iterator<TheType> iterator = theList.iterator();
// …
if (! iterator.hasNext()) {
iterator = theList.iterator();
}
It is helping, but there ist still the problem that we are needing up to 4 iterators which is switched through etc
Weapon
Projectile