JPP: Renamed all of collections2 methods and some interfaces
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 44s

This commit is contained in:
Willem Cazander 2026-02-02 15:27:16 +01:00
parent cb4ee108b8
commit fa9689a538
129 changed files with 5927 additions and 4862 deletions

View file

@ -55,16 +55,16 @@ public enum LegoBrickTapeStudio {
void brickᐧtapeᐧrecordᐧtune(JediTempleBase8Offering appender);
default JediTempleBase8Iterator brickᐧtapeᐧrecordᐧχ3() {
default JediTempleBase8Rope brickᐧtapeᐧrecordᐧχ3() {
List<T008ᖟ> octals = new ArrayList<>(brickᐧtapeᐧlength());
brickᐧtapeᐧrecordᐧtune(JediTempleBase8Offering.wrapᴼᶠ(octals));
return JediTempleBase8Iterator.wrapᴼᶠ(octals.iterator());
return JediTempleBase8Rope.wrapᴼᶠ(octals.iterator());
}
}
public interface LegoᐧBrickᐧTapeᐧReplicatorᐧχ3<V> extends LegoᐧBrickᐧTapeᐧRecorderᐧχ3 {
V brickᐧtapeᐧsynthesize(JediTempleBase8Iterator values);
V brickᐧtapeᐧsynthesize(JediTempleBase8Rope values);
default V brickᐧtapeᐧclone() {
return brickᐧtapeᐧsynthesize(brickᐧtapeᐧrecordᐧχ3());