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