Java Collections
Jump to navigation
Jump to search
External
Internal
Overview
When using a Collection, the programmer manages the iteration over the collection elements, in a process called external iteration. The Streams API provides an alternative way of processing Collections using internal iteration.