gnu.trove
public interface TDoubleIntProcedure
Version: $Id: TDoubleIntProcedure.java,v 1.7 2002/09/22 21:53:40 ericdf Exp $
| Method Summary | |
|---|---|
| boolean | execute(double a, int b)
Executes this procedure. |
Parameters: a an double value b an int value
Returns: true if additional invocations of the procedure are allowed.