gnu.trove.procedure
public interface TShortShortProcedure
Modifier and Type | Method and Description |
---|---|
boolean |
execute(short a,
short b)
Executes this procedure.
|
boolean execute(short a, short b)
a
- a short
valueb
- a short
value