JPP: Renamed all of collections2 methods and some interfaces
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 44s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 44s
This commit is contained in:
parent
cb4ee108b8
commit
fa9689a538
129 changed files with 5927 additions and 4862 deletions
|
|
@ -44,7 +44,7 @@ import ᒢᐩᐩ.ᣕᓑᔿᒃᓫᣗ.ᙆᓫᣗᒄᑊᣕᣔᒻ.PrimordialZerdinalS
|
|||
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᒢℭỗᶇṧⱦᶏꬼȶʂ;
|
||||
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᣳᣝᐤᣜᣳ.ᐪᓫᣗᔿᑊᣕᣔᐪᐤᣗ.ᐦ.Terminator注;
|
||||
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᣳᣝᐤᣜᣳ.ᐪᓫᣗᔿᑊᣕᣔᐪᐤᣗ.ᐦ.Terminator𓄯;
|
||||
import ᒢᐩᐩ.ᒼᐤᒻᒻᓫᒼᐪᑊᐤᣕᔆᒾ.Ladderᴿᵈ;
|
||||
import ᒢᐩᐩ.ᒼᐤᒻᒻᓫᒼᐪᑊᐤᣕᔆᒾ.Ladder;
|
||||
|
||||
/// Gateway to all terminator ababus base calculators.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
|
|
@ -158,7 +158,7 @@ public enum TTꞱꞱᖟGateway implements BãßᛗᚢᛗᛗᛉVū́ǘrChaliceEnu
|
|||
private Vū́ǘrBurnCounterᴶᴹˣ deliverT512ᖟ;
|
||||
|
||||
private static final int[] BAKED_IN_PIES = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,27,28,29,60,64,87,128,192,256,300,512};
|
||||
private final Map<Integer, Ladderᴿᵈ<? extends Terminator𓄯<?>>> deliveryApplePie = new HashMap<>();
|
||||
private final Map<Integer, Ladder<? extends Terminator𓄯<?>>> deliveryApplePie = new HashMap<>();
|
||||
private final Map<Integer, Vū́ǘrBurnCounterᴶᴹˣ> deliveryCounters = new HashMap<>();
|
||||
|
||||
private TTꞱꞱᖟGateway() {
|
||||
|
|
@ -288,7 +288,7 @@ public enum TTꞱꞱᖟGateway implements BãßᛗᚢᛗᛗᛉVū́ǘrChaliceEnu
|
|||
return IDENDITY.zerdinalSpaceBoundary();
|
||||
}
|
||||
static public BoneZerdinalBase1[] values() {
|
||||
return IDENDITY.zerdinalSpaceRodsToLadder().toArrayᴿᵈ(new BoneZerdinalBase1[] {});
|
||||
return IDENDITY.zerdinalSpaceRodsToLadder().toArray(new BoneZerdinalBase1[] {});
|
||||
}
|
||||
}
|
||||
@Terminator注(slices = 2)
|
||||
|
|
@ -304,11 +304,11 @@ public enum TTꞱꞱᖟGateway implements BãßᛗᚢᛗᛗᛉVū́ǘrChaliceEnu
|
|||
return IDENDITY.zerdinalSpaceBoundary();
|
||||
}
|
||||
static public BoneZerdinalBase2[] values() {
|
||||
return IDENDITY.zerdinalSpaceRodsToLadder().toArrayᴿᵈ(new BoneZerdinalBase2[] {});
|
||||
return IDENDITY.zerdinalSpaceRodsToLadder().toArray(new BoneZerdinalBase2[] {});
|
||||
}
|
||||
}
|
||||
|
||||
public Ladderᴿᵈ<? extends Terminator𓄯<?>> deliverPieSlices(int pieSlices) {
|
||||
public Ladder<? extends Terminator𓄯<?>> deliverPieSlices(int pieSlices) {
|
||||
//BoneZerdinalBase1 b1p1 = BoneZerdinalBase1.valueOf(BoneZerdinalBase1.PART_0001);
|
||||
//BoneZerdinalBase2 b2p1 = BoneZerdinalBase2.valueOf(BoneZerdinalBase2.PART_0001).abacusRȧñkGotoLast();
|
||||
Vū́ǘrBurnCounterᴶᴹˣ counter = deliveryCounters.get(pieSlices);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue