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