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