public interface TDoubleIntProcedure
Modifier and Type | Method | Description |
---|---|---|
boolean |
execute(double a,
int b) |
Executes this procedure.
|
boolean execute(double a, int b)
a
- a double
valueb
- a int
valueGNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.