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