Package gnu.trove.procedure
Interface TObjectObjectProcedure<K,V>
-
public interface TObjectObjectProcedure<K,V>
Interface for procedures that take two Object parameters. Created: Mon Nov 5 22:03:30 2001
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
execute(K a, V b)
Executes this procedure.
-