gnu.trove.procedure
public interface TShortFloatProcedure
Modifier and Type | Method and Description |
---|---|
boolean |
execute(short a,
float b)
Executes this procedure.
|
boolean execute(short a, float b)
a
- a short
valueb
- a float
value