public interface TObjectIntProcedure<K>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
execute(K a,
int b) |
Executes this procedure.
|
boolean execute(K a, int b)
a - an Object valueb - a int valueGNU Trove is copyright ? 2001-2009 Eric D. Friedman. All Rights Reserved.