Made types clone copieble
This commit is contained in:
parent
89e95cfe54
commit
b561d2eac6
14 changed files with 30 additions and 26 deletions
|
|
@ -16,7 +16,11 @@ public interface BaseNumber<V extends BaseNumber<V>> {
|
|||
|
||||
int BãßBitCount();
|
||||
|
||||
V toClone();
|
||||
default V toClone() {
|
||||
return toClone(iteratorOctalsByClone());
|
||||
}
|
||||
|
||||
V toClone(BaseIteratorOctal values);
|
||||
|
||||
void fillOctalsByClone(BaseAppenderOctal appender);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue