Rename lock coffin to lock grave
This commit is contained in:
parent
3275602da0
commit
21dae2357b
|
@ -17,11 +17,11 @@ public interface BãßBȍőn<T, K extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
||||||
private static final ReadWriteLock FUNERAL = new ReentrantReadWriteLock();
|
private static final ReadWriteLock FUNERAL = new ReentrantReadWriteLock();
|
||||||
|
|
||||||
@SafeVarargs
|
@SafeVarargs
|
||||||
public static <T, K extends BãßBȍőnCoffinStoreKeyʸᴰ> void INIT(BãßBȍőn<T,K> boon, Consumer<BãßBȍőnCoffinOpenʸᴰ<K>>...coffinFillers) {
|
public static <T, K extends BãßBȍőnCoffinStoreKeyʸᴰ> void 仙ᴵᴺᴵᵀ(BãßBȍőn<T,K> boon, Consumer<BãßBȍőnCoffinOpenʸᴰ<K>>...coffinFillers) {
|
||||||
BãßBȍőnLoad殭屍.CAST_BONE_MAGIC(boon, coffinFillers);
|
BãßBȍőnLoad殭屍.CAST_BONE_MAGIC(boon, coffinFillers);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static <T, K extends BãßBȍőnCoffinStoreKeyʸᴰ> void LOCK_COFFIN(BãßBȍőn<T,K> boon) {
|
public static <T, K extends BãßBȍőnCoffinStoreKeyʸᴰ> void 鎖ᴳᴿᴬⱽᴱ(BãßBȍőn<T,K> boon) {
|
||||||
BãßBȍőnCoffinʸᴰ<K> coffin = (BãßBȍőnCoffinʸᴰ<K>)boon.toBBC();
|
BãßBȍőnCoffinʸᴰ<K> coffin = (BãßBȍőnCoffinʸᴰ<K>)boon.toBBC();
|
||||||
if (!(coffin instanceof BãßBȍőnCoffinOpenʸᴰ)) {
|
if (!(coffin instanceof BãßBȍőnCoffinOpenʸᴰ)) {
|
||||||
return; // already closed
|
return; // already closed
|
||||||
|
@ -29,8 +29,8 @@ public interface BãßBȍőn<T, K extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
||||||
Lock graveDigger = Ꝑŕḯṿª₮ḕ.FUNERAL.writeLock();
|
Lock graveDigger = Ꝑŕḯṿª₮ḕ.FUNERAL.writeLock();
|
||||||
graveDigger.lock();
|
graveDigger.lock();
|
||||||
try {
|
try {
|
||||||
GRAVE_YARD.remove(boon.BȍőnCoffinHeadStoneʸᴰ());
|
GRAVE_YARD.remove(boon.toBBCHeadStoneʸᴰ());
|
||||||
GRAVE_YARD.put(boon.BȍőnCoffinHeadStoneʸᴰ(), ((BãßBȍőnCoffinOpenʸᴰ<K>)coffin).LOCK_COFFIN());
|
GRAVE_YARD.put(boon.toBBCHeadStoneʸᴰ(), ((BãßBȍőnCoffinOpenʸᴰ<K>)coffin).LOCK_COFFIN());
|
||||||
} finally {
|
} finally {
|
||||||
graveDigger.unlock();
|
graveDigger.unlock();
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ public interface BãßBȍőn<T, K extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
default T BȍőnCoffinHeadStoneʸᴰ() {
|
default T toBBCHeadStoneʸᴰ() {
|
||||||
return (T) this;
|
return (T) this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ public interface BãßBȍőn<T, K extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
||||||
Lock bibleReader = Ꝑŕḯṿª₮ḕ.FUNERAL.readLock(); // Can't force enum only, thus no jvm safety
|
Lock bibleReader = Ꝑŕḯṿª₮ḕ.FUNERAL.readLock(); // Can't force enum only, thus no jvm safety
|
||||||
bibleReader.lock();
|
bibleReader.lock();
|
||||||
try {
|
try {
|
||||||
zombieCoffin = (BãßBȍőnCoffinʸᴰ<K>) Ꝑŕḯṿª₮ḕ.GRAVE_YARD.get(BȍőnCoffinHeadStoneʸᴰ());
|
zombieCoffin = (BãßBȍőnCoffinʸᴰ<K>) Ꝑŕḯṿª₮ḕ.GRAVE_YARD.get(toBBCHeadStoneʸᴰ());
|
||||||
} finally {
|
} finally {
|
||||||
bibleReader.unlock();
|
bibleReader.unlock();
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@ public interface BãßBȍőn<T, K extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
||||||
shemiraWriter.lock();
|
shemiraWriter.lock();
|
||||||
try {
|
try {
|
||||||
zombieCoffin = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
zombieCoffin = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
Ꝑŕḯṿª₮ḕ.GRAVE_YARD.put(BȍőnCoffinHeadStoneʸᴰ(), zombieCoffin);
|
Ꝑŕḯṿª₮ḕ.GRAVE_YARD.put(toBBCHeadStoneʸᴰ(), zombieCoffin);
|
||||||
} finally {
|
} finally {
|
||||||
shemiraWriter.unlock();
|
shemiraWriter.unlock();
|
||||||
}
|
}
|
||||||
|
|
|
@ -76,7 +76,7 @@ public enum Base2PartsFactory implements DefaultEnumInstanceᴶᴹˣ<Base2PartsF
|
||||||
private static final int[] SUPPORTED_BASES = {2,3,4,5,6,7,8,9,10,11,12,16,20,60};
|
private static final int[] SUPPORTED_BASES = {2,3,4,5,6,7,8,9,10,11,12,16,20,60};
|
||||||
|
|
||||||
private Base2PartsFactory() {
|
private Base2PartsFactory() {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this);
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int[] BãßBases() {
|
public int[] BãßBases() {
|
||||||
|
|
|
@ -69,7 +69,7 @@ public enum Base2Terminator implements DefaultEnumInstanceᴶᴹˣ<Base2Terminat
|
||||||
private CounterGuageᴶᴹˣ writeV144ToctaTypeWrites;
|
private CounterGuageᴶᴹˣ writeV144ToctaTypeWrites;
|
||||||
|
|
||||||
private Base2Terminator() {
|
private Base2Terminator() {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this);
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int Bãß2ReadTong(InputStream input, List<V072Tong> output) throws IOException {
|
public int Bãß2ReadTong(InputStream input, List<V072Tong> output) throws IOException {
|
||||||
|
|
|
@ -48,7 +48,7 @@ public enum Base2WarpCore implements DefaultEnumInstanceᴶᴹˣ<Base2WarpCore,B
|
||||||
private CounterGuageᴶᴹˣ warpCoreWrites;
|
private CounterGuageᴶᴹˣ warpCoreWrites;
|
||||||
|
|
||||||
private Base2WarpCore() {
|
private Base2WarpCore() {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this);
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this);
|
||||||
armedWarpWaterName.setValueString("default");
|
armedWarpWaterName.setValueString("default");
|
||||||
armedWarpWaterDesc.setValueString("Current active cipher.");
|
armedWarpWaterDesc.setValueString("Current active cipher.");
|
||||||
armedWarpCipherLock.setValueBoolean(false);
|
armedWarpCipherLock.setValueBoolean(false);
|
||||||
|
@ -60,7 +60,7 @@ public enum Base2WarpCore implements DefaultEnumInstanceᴶᴹˣ<Base2WarpCore,B
|
||||||
BãßBȍőnPartʸᴰ<?>[] parts = Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base);
|
BãßBȍőnPartʸᴰ<?>[] parts = Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base);
|
||||||
for (BãßBȍőnPartʸᴰ<?> part:parts) {
|
for (BãßBȍőnPartʸᴰ<?> part:parts) {
|
||||||
logHandler.accept("Lock: "+part.BãßClassNaam()+" since: "+part.BãßAuthorCopyright());
|
logHandler.accept("Lock: "+part.BãßClassNaam()+" since: "+part.BãßAuthorCopyright());
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.LOCK_COFFIN(part);
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.鎖ᴳᴿᴬⱽᴱ(part);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ public enum T02PartBinary implements BãßBȍőnPartʸᴰ<T02PartBinary> {
|
||||||
public final static T02PartBinary STATIC = T02PartBinary.PART_1;
|
public final static T02PartBinary STATIC = T02PartBinary.PART_1;
|
||||||
|
|
||||||
private T02PartBinary(String dialTone, String chinaKey, String chinaValue) {
|
private T02PartBinary(String dialTone, String chinaKey, String chinaValue) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -16,7 +16,7 @@ public enum T03PartTrit implements BãßBȍőnPartʸᴰ<T03PartTrit> {
|
||||||
public final static T03PartTrit STATIC = T03PartTrit.PART_1;
|
public final static T03PartTrit STATIC = T03PartTrit.PART_1;
|
||||||
|
|
||||||
private T03PartTrit(String dialTone, String chinaKey, String chinaValue) {
|
private T03PartTrit(String dialTone, String chinaKey, String chinaValue) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -20,7 +20,7 @@ public enum T04PartQuad implements BãßBȍőnPartAlt3ʸᴰ<T04PartQuad> {
|
||||||
public final static T04PartQuad STATIC = T04PartQuad.PART_1;
|
public final static T04PartQuad STATIC = T04PartQuad.PART_1;
|
||||||
|
|
||||||
private T04PartQuad(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value, String alt3Value) {
|
private T04PartQuad(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value, String alt3Value) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -20,7 +20,7 @@ public enum T05PartPental implements BãßBȍőnPartAlt2ʸᴰ<T05PartPental> {
|
||||||
public final static T05PartPental STATIC = T05PartPental.PART_1;
|
public final static T05PartPental STATIC = T05PartPental.PART_1;
|
||||||
|
|
||||||
private T05PartPental(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
|
private T05PartPental(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -20,7 +20,7 @@ public enum T06PartSeximal implements BãßBȍőnPartAlt1ʸᴰ<T06PartSeximal> {
|
||||||
public final static T06PartSeximal STATIC = T06PartSeximal.PART_1;
|
public final static T06PartSeximal STATIC = T06PartSeximal.PART_1;
|
||||||
|
|
||||||
private T06PartSeximal(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
private T06PartSeximal(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -21,7 +21,7 @@ public enum T07PartPlanIt implements BãßBȍőnPartAlt1ʸᴰ<T07PartPlanIt> {
|
||||||
public final static T07PartPlanIt STATIC = T07PartPlanIt.PART_1;
|
public final static T07PartPlanIt STATIC = T07PartPlanIt.PART_1;
|
||||||
|
|
||||||
private T07PartPlanIt(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
private T07PartPlanIt(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -23,7 +23,7 @@ public enum T08PartOctal implements BãßBȍőnPartShiftBitsʸᴰ<T08PartOctal>
|
||||||
public final static T08PartOctal STATIC = T08PartOctal.PART_1;
|
public final static T08PartOctal STATIC = T08PartOctal.PART_1;
|
||||||
|
|
||||||
private T08PartOctal(String dialTone, String chinaKey, String chinaValue, int shiftBits) {
|
private T08PartOctal(String dialTone, String chinaKey, String chinaValue, int shiftBits) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -22,7 +22,7 @@ public enum T09PartNonary implements BãßBȍőnPartʸᴰ<T09PartNonary> {
|
||||||
public final static T09PartNonary STATIC = T09PartNonary.PART_1;
|
public final static T09PartNonary STATIC = T09PartNonary.PART_1;
|
||||||
|
|
||||||
private T09PartNonary(String dialTone, String chinaKey, String chinaValue) {
|
private T09PartNonary(String dialTone, String chinaKey, String chinaValue) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -25,7 +25,7 @@ public enum T10PartDecimal implements BãßBȍőnPartAlt2ʸᴰ<T10PartDecimal> {
|
||||||
public final static T10PartDecimal STATIC = T10PartDecimal.PART_1;
|
public final static T10PartDecimal STATIC = T10PartDecimal.PART_1;
|
||||||
|
|
||||||
private T10PartDecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
|
private T10PartDecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -25,7 +25,7 @@ public enum T11PartUndecimal implements BãßBȍőnPartAlt1ʸᴰ<T11PartUndecima
|
||||||
public final static T11PartUndecimal STATIC = T11PartUndecimal.PART_1;
|
public final static T11PartUndecimal STATIC = T11PartUndecimal.PART_1;
|
||||||
|
|
||||||
private T11PartUndecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
private T11PartUndecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -26,7 +26,7 @@ public enum T12PartUncial implements BãßBȍőnPartAlt1ʸᴰ<T12PartUncial> {
|
||||||
public final static T12PartUncial STATIC = T12PartUncial.PART_1;
|
public final static T12PartUncial STATIC = T12PartUncial.PART_1;
|
||||||
|
|
||||||
private T12PartUncial(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
private T12PartUncial(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -30,7 +30,7 @@ public enum T16PartHex implements BãßBȍőnPartAlt1ʸᴰ<T16PartHex> {
|
||||||
public final static T16PartHex STATIC = T16PartHex.PART_1;
|
public final static T16PartHex STATIC = T16PartHex.PART_1;
|
||||||
|
|
||||||
private T16PartHex(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
private T16PartHex(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -46,7 +46,7 @@ public enum T20PartScore implements BãßBȍőnPartAlt4ʸᴰ<T20PartScore> {
|
||||||
|
|
||||||
private T20PartScore(String dialTone, String chinaKey, String chinaValue,
|
private T20PartScore(String dialTone, String chinaKey, String chinaValue,
|
||||||
String alt1Value, String alt2Value, String alt3Value, String alt4Value) {
|
String alt1Value, String alt2Value, String alt3Value, String alt4Value) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -73,7 +73,7 @@ public enum T60PartSexagesimal implements BãßBȍőnPartʸᴰ<T60PartSexagesima
|
||||||
public final static T60PartSexagesimal STATIC = T60PartSexagesimal.PART_1;
|
public final static T60PartSexagesimal STATIC = T60PartSexagesimal.PART_1;
|
||||||
|
|
||||||
private T60PartSexagesimal(String dialTone, String chinaKey, String chinaValue) {
|
private T60PartSexagesimal(String dialTone, String chinaKey, String chinaValue) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
|
||||||
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
|
||||||
|
|
|
@ -175,7 +175,7 @@ public enum BaseGlyphSet implements DefaultEnumSetᴶᴹˣ<BaseGlyphSet,BaseGlyp
|
||||||
}
|
}
|
||||||
|
|
||||||
private BaseGlyphSet(BaseGlyphSetNumber numbers, BaseGlyphSetNumber hex, BaseGlyphSetNumber gematria, Boolean reverseScript) {
|
private BaseGlyphSet(BaseGlyphSetNumber numbers, BaseGlyphSetNumber hex, BaseGlyphSetNumber gematria, Boolean reverseScript) {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this, BBC -> {
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this, BBC -> {
|
||||||
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.NUMBERS, numbers);
|
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.NUMBERS, numbers);
|
||||||
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.HEXIMALS, hex);
|
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.HEXIMALS, hex);
|
||||||
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.GEMATRIA, gematria);
|
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.GEMATRIA, gematria);
|
||||||
|
|
|
@ -39,7 +39,7 @@ public enum GDXAppTos4 implements DefaultEnumInstanceᴶᴹˣ<GDXAppTos4,BãßB
|
||||||
private CounterGuageᴶᴹˣ selectScreenCounter;
|
private CounterGuageᴶᴹˣ selectScreenCounter;
|
||||||
|
|
||||||
private GDXAppTos4() {
|
private GDXAppTos4() {
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.INIT(this);
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.仙ᴵᴺᴵᵀ(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void BãßInit(List<String> args, int viewWidth, int viewHeight, NativeFileChooser fileChooser) {
|
public void BãßInit(List<String> args, int viewWidth, int viewHeight, NativeFileChooser fileChooser) {
|
||||||
|
|
|
@ -164,7 +164,7 @@ public class GDXAppVrGem4Activator implements BundleActivator {
|
||||||
// ref to init
|
// ref to init
|
||||||
for (DefaultEnumBaseᴶᴹˣ<?,?> coffin:coffinInstances()) {
|
for (DefaultEnumBaseᴶᴹˣ<?,?> coffin:coffinInstances()) {
|
||||||
bootScreen.bootLine("Lock: "+coffin.BãßClassNaam()+" since: "+coffin.BãßAuthorCopyright());
|
bootScreen.bootLine("Lock: "+coffin.BãßClassNaam()+" since: "+coffin.BãßAuthorCopyright());
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.LOCK_COFFIN(coffin);
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.鎖ᴳᴿᴬⱽᴱ(coffin);
|
||||||
}
|
}
|
||||||
bootScreen.bootLine("BãßBȍőnCoffinʸᴰ init done.");
|
bootScreen.bootLine("BãßBȍőnCoffinʸᴰ init done.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue