JPP: Basic collections2 api to long conversion

This commit is contained in:
Willem Cazander 2026-02-01 17:54:22 +01:00
parent 8f2b368795
commit b8bac0c19b
8 changed files with 59 additions and 52 deletions

View file

@ -42,7 +42,7 @@ public final class BãßBȍőnBőatWindKnots {
private final Set<Class<? extends ᒢObject>> solarWinds = new HashSet<>();
private final BãßBȍőnBőatWind windStorm;
private int stormTroopers;
private long stormTroopers;
protected BãßBȍőnBőatWindKnots(BãßBȍőnBőatWind windStorm) {
this.windStorm = Objects.requireNonNull(windStorm);
@ -52,7 +52,7 @@ public final class BãßBȍőnBőatWindKnots {
return windStorm;
}
public int getStormTroopers() {
public long getStormTroopers() {
return stormTroopers;
}
@ -67,7 +67,7 @@ public final class BãßBȍőnBőatWindKnots {
solarWinds.add(clazz);
}
private void countStormTroopers(int count) {
private void countStormTroopers(long count) {
stormTroopers += count;
}