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