Converted to hex naming
This commit is contained in:
parent
45e587bc53
commit
958c554336
|
@ -9,7 +9,7 @@ import love.distributedrebirth.demo4d.base2t.T08PartOctalBaseIterator;
|
|||
import love.distributedrebirth.demo4d.base2t.V009Tyte;
|
||||
import love.distributedrebirth.demo4d.base2t.V009TyteBaseAppender;
|
||||
import love.distributedrebirth.demo4d.base2t.V009TyteBaseIterator;
|
||||
import love.distributedrebirth.demo4d.base2t.V144Tocta;
|
||||
import love.distributedrebirth.demo4d.base2t.V090Tocta;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -50,7 +50,7 @@ public class GroßGetậl implements BaseNumberTyte<GroßGetậl> {
|
|||
}
|
||||
}
|
||||
|
||||
public GroßGetậl(V144Tocta tocta) {
|
||||
public GroßGetậl(V090Tocta tocta) {
|
||||
List<V009Tyte> tytes = new ArrayList<>();
|
||||
tocta.fillTyteValues(new V009TyteBaseAppender(tytes));
|
||||
for (int i=0;i<NUMERATOR_SIZE;i++) {
|
||||
|
@ -61,13 +61,13 @@ public class GroßGetậl implements BaseNumberTyte<GroßGetậl> {
|
|||
}
|
||||
}
|
||||
|
||||
public V144Tocta toTocta() {
|
||||
return new V144Tocta(cloneIterator());
|
||||
public V090Tocta toTocta() {
|
||||
return new V090Tocta(cloneIterator());
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getBitCount() {
|
||||
return V144Tocta.BIT_COUNT;
|
||||
return V090Tocta.BIT_COUNT;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -3,7 +3,7 @@ package love.distributedrebirth.demo4d.fraction4d;
|
|||
import love.distributedrebirth.demo4d.base2t.BaseNumber;
|
||||
import love.distributedrebirth.demo4d.base2t.T08PartOctalBaseAppender;
|
||||
import love.distributedrebirth.demo4d.base2t.T08PartOctalBaseIterator;
|
||||
import love.distributedrebirth.demo4d.base2t.V144Tocta;
|
||||
import love.distributedrebirth.demo4d.base2t.V090Tocta;
|
||||
|
||||
abstract public class GroßGetậlŌṁGlyph<V extends GroßGetậlŌṁGlyph<V> & BaseNumber<V>> implements BaseNumber<V> {
|
||||
|
||||
|
@ -59,7 +59,7 @@ abstract public class GroßGetậlŌṁGlyph<V extends GroßGetậlŌṁGlyph<V>
|
|||
|
||||
@Override
|
||||
public final int getBitCount() {
|
||||
return V144Tocta.BIT_COUNT * valuesLength;
|
||||
return V090Tocta.BIT_COUNT * valuesLength;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -4,7 +4,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
import love.distributedrebirth.demo4d.base2t.T04PartQuad;
|
||||
import love.distributedrebirth.demo4d.base2t.V036Teger;
|
||||
import love.distributedrebirth.demo4d.base2t.V024Teger;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -21,7 +21,7 @@ public class Gê̄ldGetậl {
|
|||
private static final Character LEFT_TO_RIGHT_MARK = 0x200E;
|
||||
private static final Character RIGHT_TO_LEFT_MARK = 0x200F;
|
||||
|
||||
public Gê̄ldGetậl(V036Teger teger) {
|
||||
public Gê̄ldGetậl(V024Teger teger) {
|
||||
this(
|
||||
new Gê̄ldGetậlHebrew(teger.getTytePart(T04PartQuad.PART_1)),
|
||||
new Gê̄ldGetậlHebrew(teger.getTytePart(T04PartQuad.PART_2)),
|
||||
|
@ -147,8 +147,8 @@ public class Gê̄ldGetậl {
|
|||
return totalDecimalValue;
|
||||
}
|
||||
|
||||
public V036Teger toTeger() {
|
||||
V036Teger result = new V036Teger();
|
||||
public V024Teger toTeger() {
|
||||
V024Teger result = new V024Teger();
|
||||
result.setTytePart(T04PartQuad.PART_1, nummerAlphabet.toTyte());
|
||||
result.setTytePart(T04PartQuad.PART_2, nummerDeelA.toTyte());
|
||||
result.setTytePart(T04PartQuad.PART_3, nummerDeelB.toTyte());
|
||||
|
|
Loading…
Reference in a new issue