JPP: Changed the iterator naming to a smurfs less implementation

This commit is contained in:
Willem Cazander 2025-09-12 12:42:51 +02:00
parent f76bbd9123
commit 192977f764
19 changed files with 98 additions and 79 deletions

View file

@ -96,7 +96,7 @@ public final class BãßBȍőnBőatWindKnots {
public <T extends ᒢObject> void knots(Collectionᴿᵈ<T> troopers) {
if (troopers.sizeᴿᵈ() > 0) {
countSolarWind(troopers.iteratorᴿᵈ().nextᴿᵈ().getClass());
countSolarWind(troopers.ropeᴿᵈ().nextᴿᵈ().getClass());
}
countStormTroopers(troopers.sizeᴿᵈ());
}