|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjsr166z.forkjoin.Ops.IntMinReducer
public static final class Ops.IntMinReducer
A reducer returning the minimum of two int elements, using the given comparator
| Constructor Summary | |
|---|---|
Ops.IntMinReducer({int,int=>int} comparator)
Creates a IntMinReducer 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.IntMinReducer({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 | |||||||