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