public interface TIntObjectProcedure<V>
Created: Mon Nov 5 22:03:30 2001
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(int a,
V b)
Executes this procedure.
|
boolean execute(int a,
V b)
a - an int valueb - an Object value