On p.27, after “Found 2 names”, we read:
The filter() method returns an iterator just like the map() method does, 
But it really returns a Stream for further processing, not an iterator.
On p.27, after “Found 2 names”, we read:
The filter() method returns an iterator just like the map() method does, 
But it really returns a Stream for further processing, not an iterator.