T
- The element type of the addition strategies.public interface AdditionBuilder<T>
AdditionStrategy
Modifier and Type | Method and Description |
---|---|
AdditionStrategy<T> |
createAddition(int radix)
Returns an addition strategy of suitable type for the specified radix.
|
AdditionStrategy<T> createAddition(int radix)
radix
- The radix that will be used.Copyright © 2017. All rights reserved.