applyobjunary.java
来自「this code is a parallel programming code」· Java 代码 · 共 12 行
JAVA
12 行
/* ================================================================ The following is an interface to the reduce() method in reduction. It requires a class with a unary function f() ================================================================*/public interface ApplyObjUnary { public Object f(Object x);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?