Interface YLongAndObjectProcedure<V>
-
public interface YLongAndObjectProcedure<V>Representation of procedure that can be executed on pair of long and type given by V.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(long key, V value)Body of the procedure.
-
-
-
Method Detail
-
execute
void execute(long key, V value)Body of the procedure.- Parameters:
key- first argumentvalue- second argument
-
-