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