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