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