A LinkedList-based stream that can be appended to
Create a stream from an array
A stream that flattens a stream of streams
Create a stream from an iterator
Create a stream from a list The stream internally uses the list's iterator (because, depending on the list's implementation, there might be performance gains over using the list's get method)
Map a stream to another stream
Create a stream from a sequence
A stream is a sequence of elements that can be read one by one
Create a Stream from an Array
Create a Stream from an Iterator
Create a Stream from a List
Create a Stream from a Sequence