applyobj.java

来自「this code is a parallel programming code」· Java 代码 · 共 11 行

JAVA
11
字号
/* ================================================================   The following is an interface to the reduce() method in    reduction. It requires a class with a binary function f()   ================================================================*/public interface  ApplyObj {  public Object f(Object x, Object y);}   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?