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