Added ʸᴰ postfix
This commit is contained in:
parent
87841811af
commit
559054cddf
|
@ -4,7 +4,7 @@ import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public interface BãßBȍőnCoffinOpen<T extends BãßBȍőnCoffinStoreKeyʸᴰ> extends BãßBȍőnCoffin<T> {
|
public interface BãßBȍőnCoffinOpenʸᴰ<T extends BãßBȍőnCoffinStoreKeyʸᴰ> extends BãßBȍőnCoffinʸᴰ<T> {
|
||||||
|
|
||||||
Object PUT_OBJ(T key, Object value);
|
Object PUT_OBJ(T key, Object value);
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ public interface BãßBȍőnCoffinOpen<T extends BãßBȍőnCoffinStoreKeyʸᴰ>
|
||||||
PUT_OBJ(key, new HashMap<>());
|
PUT_OBJ(key, new HashMap<>());
|
||||||
}
|
}
|
||||||
|
|
||||||
static <Y extends BãßBȍőnCoffinStoreKeyʸᴰ> BãßBȍőnCoffinOpen<Y> newInstance() {
|
static <Y extends BãßBȍőnCoffinStoreKeyʸᴰ> BãßBȍőnCoffinOpenʸᴰ<Y> newInstance() {
|
||||||
return new BãßBȍőnCoffinOpen<Y>() {
|
return new BãßBȍőnCoffinOpenʸᴰ<Y>() {
|
||||||
final Map<Y,Object> initMap = new HashMap<>();
|
final Map<Y,Object> initMap = new HashMap<>();
|
||||||
|
|
||||||
@Override
|
@Override
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.bassboonyd;
|
package love.distributedrebirth.bassboonyd;
|
||||||
|
|
||||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public interface BãßBȍőnCoffinStore<T extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
public interface BãßBȍőnCoffinStoreʸᴰ<T extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
||||||
|
|
||||||
BãßBȍőnCoffin<T> GET_BBC();
|
BãßBȍőnCoffinʸᴰ<T> GET_BBC();
|
||||||
}
|
}
|
|
@ -4,7 +4,7 @@ import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public interface BãßBȍőnCoffin<T extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
public interface BãßBȍőnCoffinʸᴰ<T extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
||||||
|
|
||||||
Object GET_OBJ(T key);
|
Object GET_OBJ(T key);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.bassboonyd;
|
package love.distributedrebirth.bassboonyd;
|
||||||
|
|
||||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public class BãßBȍőnConstants {
|
public class BãßBȍőnConstantsʸᴰ {
|
||||||
|
|
||||||
public static final String STR_VALUES = "values";
|
public static final String STR_VALUES = "values";
|
||||||
|
|
|
@ -10,6 +10,6 @@ public interface BãßBȍőnEnumInstanceʸᴰ<T> extends BãßBȍőnEnumʸᴰ<T>
|
||||||
}
|
}
|
||||||
|
|
||||||
default T BãßInstance() {
|
default T BãßInstance() {
|
||||||
return BãßInstances()[BãßBȍőnConstants.INT_ZERO];
|
return BãßInstances()[BãßBȍőnConstantsʸᴰ.INT_ZERO];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ public interface BãßBȍőnEnumʸᴰ<T> {
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BȍőnNaamI18N() {
|
default String BȍőnNaamI18N() {
|
||||||
return BãßNaam() + BãßBȍőnConstants.STR_DOT + name();
|
return BãßNaam() + BãßBȍőnConstantsʸᴰ.STR_DOT + name();
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßNaam() {
|
default String BãßNaam() {
|
||||||
|
@ -20,7 +20,7 @@ public interface BãßBȍőnEnumʸᴰ<T> {
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
default T[] BãßInstances() {
|
default T[] BãßInstances() {
|
||||||
try {
|
try {
|
||||||
Object result = getClass().getMethod(BãßBȍőnConstants.STR_VALUES).invoke(null);
|
Object result = getClass().getMethod(BãßBȍőnConstantsʸᴰ.STR_VALUES).invoke(null);
|
||||||
return (T[]) result;
|
return (T[]) result;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBone;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBone;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneStoreKey;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneStoreKey;
|
||||||
|
@ -20,8 +20,8 @@ public enum T02PartBinary implements BassBone<T02PartBinary> {
|
||||||
PART_2("꜔","1", "高", "high"),
|
PART_2("꜔","1", "高", "high"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T02PartBinary(String idTone, String idLetter, String chinaKey, String chinaValue) {
|
private T02PartBinary(String idTone, String idLetter, String chinaKey, String chinaValue) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBone;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBone;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneStoreKey;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneStoreKey;
|
||||||
|
@ -19,8 +19,8 @@ public enum T03PartTrit implements BassBone<T03PartTrit> {
|
||||||
PART_3("˨","2","三","3"),
|
PART_3("˨","2","三","3"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T03PartTrit(String idTone, String idLetter, String chinaKey, String chinaValue) {
|
private T03PartTrit(String idTone, String idLetter, String chinaKey, String chinaValue) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
|
@ -22,8 +22,8 @@ public enum T04PartQuad implements BassBoneAlt1<T04PartQuad> {
|
||||||
PART_4("˩","3","南","south","S"),
|
PART_4("˩","3","南","south","S"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T04PartQuad(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
private T04PartQuad(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt2;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt2;
|
||||||
|
@ -25,8 +25,8 @@ public enum T05PartPental implements BassBoneAlt2<T05PartPental> {
|
||||||
PART_5("˩","4","土","earth","G", "gaia"),
|
PART_5("˩","4","土","earth","G", "gaia"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T05PartPental(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
|
private T05PartPental(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
|
@ -26,8 +26,8 @@ public enum T06PartSeximal implements BassBoneAlt1<T06PartSeximal> {
|
||||||
PART_6("꜏","5","九","9","X"),
|
PART_6("꜏","5","九","9","X"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T06PartSeximal(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
private T06PartSeximal(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
|
@ -25,8 +25,8 @@ public enum T07PartPlanIt implements BassBoneAlt1<T07PartPlanIt> {
|
||||||
PART_7("˩","7","♈︎","aries", "白羊座"),
|
PART_7("˩","7","♈︎","aries", "白羊座"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T07PartPlanIt(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
private T07PartPlanIt(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneShiftBits;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneShiftBits;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt2;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt2;
|
||||||
|
@ -31,8 +31,8 @@ public enum T08PartOctal implements BassBoneAlt2<T08PartOctal>,BassBoneShiftBits
|
||||||
|
|
||||||
public static int BIT_COUNT = 3;
|
public static int BIT_COUNT = 3;
|
||||||
private static final byte BITMASK = 0x07;
|
private static final byte BITMASK = 0x07;
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T08PartOctal(String identifierTone, String identifierLetter, String chinaKey, String chinaValue, String alt1Value, String alt2Value, int shiftBits) {
|
private T08PartOctal(String identifierTone, String identifierLetter, String chinaKey, String chinaValue, String alt1Value, String alt2Value, int shiftBits) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt2Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt2Info;
|
||||||
|
@ -34,8 +34,8 @@ public enum T10PartDecimal implements BassBoneAlt4<T10PartDecimal> {
|
||||||
PART_10("꜖","θ","玖","nine", "구","\u1049","৯","෯"),
|
PART_10("꜖","θ","玖","nine", "구","\u1049","৯","෯"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T10PartDecimal(String idTone, String idLetter, String chinaKey, String chinaValue,
|
private T10PartDecimal(String idTone, String idLetter, String chinaKey, String chinaValue,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
|
@ -29,8 +29,8 @@ public enum T11PartUndecimal implements BassBoneAlt1<T11PartUndecimal> {
|
||||||
PART_11("˩","=","耦","mate", "௰"),
|
PART_11("˩","=","耦","mate", "௰"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T11PartUndecimal(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
private T11PartUndecimal(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
|
@ -30,8 +30,8 @@ public enum T12PartUncial implements BassBoneAlt1<T12PartUncial> {
|
||||||
PART_12("꜑","B","亞","nozero", "\u218b"), // TURNED DIGIT THREE
|
PART_12("꜑","B","亞","nozero", "\u218b"), // TURNED DIGIT THREE
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T12PartUncial(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
private T12PartUncial(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
|
@ -34,8 +34,8 @@ public enum T16PartHex implements BassBoneAlt1<T16PartHex> {
|
||||||
PART_16("꜑","F","硫","sulfur", "D"),
|
PART_16("꜑","F","硫","sulfur", "D"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T16PartHex(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
private T16PartHex(String idTone, String idLetter, String chinaKey, String chinaValue, String alt1Value) {
|
||||||
|
|
|
@ -5,8 +5,8 @@ import java.util.Collections;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt1Info;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt2Info;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneAlt2Info;
|
||||||
|
@ -49,8 +49,8 @@ public enum T20PartScore implements BassBoneAlt3<T20PartScore> {
|
||||||
|
|
||||||
private static final Map<String, T20PartScore> OPENLC_MAP = Collections.unmodifiableMap(
|
private static final Map<String, T20PartScore> OPENLC_MAP = Collections.unmodifiableMap(
|
||||||
Arrays.asList(values()).stream().collect(Collectors.toMap(v -> v.getAlt3Value(), v -> v)));
|
Arrays.asList(values()).stream().collect(Collectors.toMap(v -> v.getAlt3Value(), v -> v)));
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T20PartScore(String idTone, String idLetter, String chinaKey, String chinaValue,
|
private T20PartScore(String idTone, String idLetter, String chinaKey, String chinaValue,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package love.distributedrebirth.numberxd.base2t;
|
package love.distributedrebirth.numberxd.base2t;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffin;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnInfoʸᴰ;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBone;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBone;
|
||||||
import love.distributedrebirth.numberxd.base2t.bone.BassBoneStoreKey;
|
import love.distributedrebirth.numberxd.base2t.bone.BassBoneStoreKey;
|
||||||
|
@ -79,8 +79,8 @@ public enum T60PartSexagesimal implements BassBone<T60PartSexagesimal> {
|
||||||
PART_60("꜑꜑꜏","οϚ","蘋","apple"),
|
PART_60("꜑꜑꜏","οϚ","蘋","apple"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final BãßBȍőnCoffinOpen<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpen.newInstance();
|
private final BãßBȍőnCoffinOpenʸᴰ<BassBoneStoreKey> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();
|
||||||
public BãßBȍőnCoffin<BassBoneStoreKey> GET_BBC() { return BBC; }
|
public BãßBȍőnCoffinʸᴰ<BassBoneStoreKey> GET_BBC() { return BBC; }
|
||||||
public static int LENGTH() { return values().length; };
|
public static int LENGTH() { return values().length; };
|
||||||
|
|
||||||
private T60PartSexagesimal(String idTone, String idLetter, String chinaKey, String chinaValue) {
|
private T60PartSexagesimal(String idTone, String idLetter, String chinaKey, String chinaValue) {
|
||||||
|
|
|
@ -3,7 +3,7 @@ package love.distributedrebirth.numberxd.base2t.bone;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinStore;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinStoreʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnEnumSetʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnEnumSetʸᴰ;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -11,7 +11,7 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnEnumSetʸᴰ;
|
||||||
*
|
*
|
||||||
* @author willemtsade ©Δ∞ 仙上主天
|
* @author willemtsade ©Δ∞ 仙上主天
|
||||||
*/
|
*/
|
||||||
public interface BassBone<T extends BassBone<T>> extends BãßBȍőnEnumSetʸᴰ<T>, BãßBȍőnCoffinStore<BassBoneStoreKey> {
|
public interface BassBone<T extends BassBone<T>> extends BãßBȍőnEnumSetʸᴰ<T>, BãßBȍőnCoffinStoreʸᴰ<BassBoneStoreKey> {
|
||||||
|
|
||||||
default String getIdentifierTone() {
|
default String getIdentifierTone() {
|
||||||
return GET_BBC().GET_STR(BassBoneStoreKey.ID_TONE);
|
return GET_BBC().GET_STR(BassBoneStoreKey.ID_TONE);
|
||||||
|
|
Loading…
Reference in a new issue