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