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