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