public class MultiplicationProductServiceImpl extends Object implements ProductService
| Constructor and Description |
|---|
MultiplicationProductServiceImpl() |
public MultiplicationProductServiceImpl()
public Integer product(Integer left, Integer right)
ProductServiceproduct in interface ProductServiceleft - an Integer. cannot be null.right - an Integer. cannot be null.Integers. Will never return null.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.