JPP: Removed terminator enum old zerdinal glue methods
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1m55s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1m55s
This commit is contained in:
parent
8efb74d3f4
commit
28b29533a2
44 changed files with 154 additions and 168 deletions
|
|
@ -125,13 +125,13 @@ public enum T064ᖟ implements TerminatorEnum𓄯<T064ᖟ>, LegoᐧBrickᐧTape
|
|||
}
|
||||
|
||||
@Override
|
||||
public long zerdinalSpaceBoundary() {
|
||||
return valuesLength();
|
||||
public Long thisᴺᵘᵐᵇᵉʳᴿᵃⁿᵍᵉᵁᵖ() {
|
||||
return Long.valueOf(valuesLength());
|
||||
}
|
||||
|
||||
@Override
|
||||
public T064ᖟ zerdinalMaterializeSpace(long zerdinal) {
|
||||
return valueOf((int) zerdinal);
|
||||
public T064ᖟ thisᵀᴮᵒⁿᵉᴺᵉʷ(Long zerdinal) {
|
||||
return valueOf((int)(long) zerdinal);
|
||||
}
|
||||
|
||||
public T008ᖟ clampᐧtuneᐧby2() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue