JPP: Basic collections2 api to long conversion
This commit is contained in:
parent
8f2b368795
commit
b8bac0c19b
8 changed files with 59 additions and 52 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue