Interface java.util.Collection
| Added Methods | |
|---|---|
Stream<E> parallelStream() |
|
boolean removeIf(Predicate<? super E>) |
|
Stream<E> stream() |
|
| API Diff Specification | |
| To Level: | 24 |
| From Level: | 23 |
| Generated | 2016.06.13 13:31 |
Collection
| Added Methods | |
|---|---|
Stream<E> parallelStream() |
|
boolean removeIf(Predicate<? super E>) |
|
Stream<E> stream() |
|