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