JPP: Added valueOf on T008 for chaining operations
This commit is contained in:
parent
0ed221c262
commit
89f7e134d8
1 changed files with 4 additions and 0 deletions
|
|
@ -107,6 +107,10 @@ public enum T008ᖟ implements Terminator𓄯<T008ᖟ>, LegoᐧBrickᐧTapeᐧRe
|
||||||
return 亞ᴬᴸᴸ[index];
|
return 亞ᴬᴸᴸ[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static public T008ᖟ valueOf(PrimordialOctal octal) {
|
||||||
|
return valueOf(octal.ordinal());
|
||||||
|
}
|
||||||
|
|
||||||
public static int valuesLength() {
|
public static int valuesLength() {
|
||||||
return 亞ᴬᴸᴸ.length;
|
return 亞ᴬᴸᴸ.length;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue