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