Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
2.12¶
Avoid using view of collections.
2.11¶
Iterator
++non lazy, might cause stack overflow issues. This issue has been fixed in 2.12.Stream.filterNot, not lazy, might cause stack overflow issues.Stream.filteris good. This isssue has been fixed in 2.12.Avoid using
viewof collections. Iterator is a better alternative most of the time.