public class LongOperations extends Object implements SumPolicy<Long,Long,Long>, SubtractPolicy<Long,Long,Long>, DividePolicy<Long,Long,Long>, MultiplyPolicy<Long,Long,Long>, ModulusPolicy<Long,Long,Integer>
| Constructor and Description |
|---|
LongOperations() |
public Long subtract(Long lhs, Long rhs)
subtract in interface SubtractPolicy<Long,Long,Long>public Long divide(Long lhs, Long rhs)
divide in interface DividePolicy<Long,Long,Long>public Long multiply(Long lhs, Long rhs)
multiply in interface MultiplyPolicy<Long,Long,Long>Copyright © 2012. All Rights Reserved.