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