gdxapp4d/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/KlompGetậl4ˢᴰ.java

50 lines
1.5 KiB
Java
Raw Normal View History

2022-01-30 22:00:16 +01:00
package love.distributedrebirth.numberxd;
2022-02-04 18:00:03 +01:00
import love.distributedrebirth.numberxd.base2t.typexl.V0x000CA8ˣᴸ;
2022-10-20 03:06:56 +02:00
import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor注;
import love.distributedrebirth.numberxd.base2t.BaseIteratorOctal;
2022-02-04 18:00:03 +01:00
import love.distributedrebirth.numberxd.base2t.BaseIteratorOctalStack;
import love.distributedrebirth.numberxd.base2t.part.T08PartOctal;
2022-10-15 02:34:58 +02:00
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public class KlompGetậl4ˢᴰ extends AbstractBaseGetậlMatrix1<KlompGetậl4ˢᴰ,V0x000CA8ˣᴸ> {
2022-01-30 19:04:03 +01:00
2022-10-14 01:35:53 +02:00
private final V0x000CA8ˣᴸ[] values = new V0x000CA8ˣᴸ[T08PartOctal.STATIC.BãßĦǿɇṽḝę̃ɬḪễïđ()];
2022-01-30 19:04:03 +01:00
2022-01-31 19:06:09 +01:00
public KlompGetậl4ˢᴰ() {
2022-01-31 20:13:41 +01:00
for (int i=0;i<this.values.length;i++) {
2022-02-04 18:00:03 +01:00
this.values[i] = new V0x000CA8ˣᴸ();
2022-01-30 19:04:03 +01:00
}
}
public KlompGetậl4ˢᴰ(BaseIteratorOctal values) {
2022-01-31 20:13:41 +01:00
for (int i=0;i<this.values.length;i++) {
2022-02-04 18:00:03 +01:00
this.values[i] = new V0x000CA8ˣᴸ(values);
2022-01-30 19:04:03 +01:00
}
}
@Override
2022-02-04 18:00:03 +01:00
public V0x000CA8ˣᴸ getValue() {
return values[matrix1];
2022-01-30 19:04:03 +01:00
}
@Override
public int getMatrix1Length() {
2022-10-14 01:35:53 +02:00
return T08PartOctal.STATIC.BãßĦǿɇṽḝę̃ɬḪễïđ();
}
@Override
2022-02-04 22:44:11 +01:00
public KlompGetậl4ˢᴰ toClone(BaseIteratorOctal values) {
return new KlompGetậl4ˢᴰ(values);
}
@Override
public BaseIteratorOctal iteratorOctalsByClone() {
2022-02-04 18:00:03 +01:00
BaseIteratorOctalStack cloneStack = new BaseIteratorOctalStack();
for (int i=0;i<this.values.length;i++) {
cloneStack.addIterator(this.values[i].iteratorOctalsByClone());
}
2022-02-04 22:44:11 +01:00
return cloneStack;
2022-01-30 19:04:03 +01:00
}
}