JPP: Added valueOf on T008 for chaining operations

This commit is contained in:
Willem Cazander 2025-09-06 22:46:06 +02:00
parent 0ed221c262
commit 89f7e134d8

View file

@ -107,6 +107,10 @@ public enum T008ᖟ implements Terminator𓄯<T008ᖟ>, LegoᐧBrickᐧTapeᐧRe
return 亞ᴬᴸᴸ[index];
}
static public T008ᖟ valueOf(PrimordialOctal octal) {
return valueOf(octal.ordinal());
}
public static int valuesLength() {
return 亞ᴬᴸᴸ.length;
}