| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.util.concurrent |
||
| 96 | ||
current() : ThreadLocalRandom |
||
setSeed(long) : void |
||
next(int) : int |
||
nextBoolean() : boolean |
||
nextInt() : int |
||
nextInt(int) : int |
||
nextInt(int, int) : int |
||
nextLong() : long |
||
nextLong(long) : long |
||
nextLong(long, long) : long |
||
nextFloat() : float |
||
nextFloat(float) : float |
||
nextFloat(float, float) : float |
||
nextDouble() : double |
||
nextDouble(double) : double |
||
nextDouble(double, double) : double |
||
ints(long) : IntStream |
||
ints() : IntStream |
||
ints(long, int, int) : IntStream |
||
ints(int, int) : IntStream |
||
longs(long) : LongStream |
||
longs() : LongStream |
||
longs(long, long, long) : LongStream |
||
longs(long, long) : LongStream |
||
doubles(long) : DoubleStream |
||
doubles() : DoubleStream |
||
doubles(long, double, double) : DoubleStream |
||
doubles(double, double) : DoubleStream |