JPP: renamed terminator interface methods to english
This commit is contained in:
parent
e964bacdcc
commit
cf276262ca
20 changed files with 190 additions and 206 deletions
|
|
@ -79,7 +79,7 @@ public enum T008ᖟ implements TerminatorEnum𓄯<T008ᖟ>, LegoᐧBrickᐧTape
|
|||
}
|
||||
|
||||
public int ordinalOctalShiftNative(T008ᖟ shifter) {
|
||||
return ordinal() << shifter.rȧñkOctalBitShifter();
|
||||
return ordinal() << shifter.abacusRȧñkOctalBitShifter();
|
||||
}
|
||||
|
||||
public T002ᖟ clampᐧtuneᐧtool(T003ᖟ part) {
|
||||
|
|
@ -109,7 +109,7 @@ public enum T008ᖟ implements TerminatorEnum𓄯<T008ᖟ>, LegoᐧBrickᐧTape
|
|||
}
|
||||
|
||||
public static T008ᖟ valueOfOctalShift(final int value, final T008ᖟ shifter) {
|
||||
return valueOf((value >> shifter.rȧñkOctalBitShifter()) & ᒢℭỗᶇṧⱦᶏꬼȶʂ.OCTALᣟᐧᣟMASK);
|
||||
return valueOf((value >> shifter.abacusRȧñkOctalBitShifter()) & ᒢℭỗᶇṧⱦᶏꬼȶʂ.OCTALᣟᐧᣟMASK);
|
||||
}
|
||||
|
||||
public static T008ᖟ valueOf(final int index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue