Changes between Initial Version and Version 1 of Ticket #11390, comment 134


Ignore:
Timestamp:
2016-07-23T22:47:44+02:00 (8 years ago)
Author:
michael2402

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11390, comment 134

    initial v1  
    11I updated my comment to include the find() methods.
    22
    3 You can use `iterable.spliterator()` if you have an `Iterable`, not an `Iterator`. But since we use iterables most of the time, we could change that and then simply use toStream(() -> iterator) whenever we have an iterator.
     3You can use `iterable.spliterator()` if you have an `Iterable`, not an `Iterator`. But since we use iterables most of the time, we could change that and then simply use `toStream(() -> iterator)` whenever we have an iterator.