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