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
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue