Added unicode split mode enum
This commit is contained in:
parent
e1f67db17c
commit
528e6b4905
2 changed files with 38 additions and 2 deletions
|
|
@ -48,6 +48,10 @@ public final class V018Tord implements BaseNumberTyte<V018Tord> {
|
|||
return getValue(part.splitPartBinary()).getValue(part.splitPartTrit());
|
||||
}
|
||||
|
||||
public void setTimblePart(T06PartSeximal part, T08PartOctal value) {
|
||||
getValue(part.splitPartBinary()).setValue(part.splitPartTrit(), value);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getBitCount() {
|
||||
return BIT_COUNT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue