|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjsr166z.forkjoin.Ops.DoubleMaxReducer
public static final class Ops.DoubleMaxReducer
A reducer returning the maximum of two double elements, using the given comparator
| Constructor Summary | |
|---|---|
Ops.DoubleMaxReducer({double,double=>int} comparator)
Creates a DoubleMaxReducer using the given comparator |
|
| Method Summary | |
|---|---|
double |
invoke(double a,
double b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ops.DoubleMaxReducer({double,double=>int} comparator)
| Method Detail |
|---|
public double invoke(double a,
double b)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||