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