• Latest Articles
  • Article Archive
  • About Us
Other Links
Copyright © 2024 Surfin Cloud Inc.
All rights reserved.

Articles under the 'Internal iteration' tag

Stream | basic knowledge

1. What is a stream?Stream uses an intuitive way similar to querying data from the database with SQL statements to provide a high-level abstraction of Java collection operations and expressions Stream is a queue of elements from a data source and supports aggregation operations Elements are objects ... More >>
2022-02-07 Stream / Pipelining / Internal iteration
1