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
|
|
@ -64,13 +64,13 @@ public enum T007ᖟ implements TerminatorEnum𓄯<T007ᖟ> {
|
|||
}
|
||||
|
||||
@Override
|
||||
public long zerdinalSpaceBoundary() {
|
||||
return valuesLength();
|
||||
public Long thisᴺᵘᵐᵇᵉʳᴿᵃⁿᵍᵉᵁᵖ() {
|
||||
return Long.valueOf(valuesLength());
|
||||
}
|
||||
|
||||
@Override
|
||||
public T007ᖟ zerdinalMaterializeSpace(long zerdinal) {
|
||||
return valueOf((int) zerdinal);
|
||||
public T007ᖟ thisᵀᴮᵒⁿᵉᴺᵉʷ(Long zerdinal) {
|
||||
return valueOf((int)(long) zerdinal);
|
||||
}
|
||||
|
||||
public static T007ᖟ valueOf(final int index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue