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