jsr166y.forkjoin
Interface Ops.IntMapper

Enclosing class:
Ops

public static interface Ops.IntMapper

A map accepting an int and returning an int


Method Summary
 int map(int u)
           
 

Method Detail

map

int map(int u)