Week 10: Infinite List and Stream
-
After this unit, students should
- understand how infinite lists can be constructed using a lazy evaluation.
-
After this unit, students should
- understand how to use Java
Stream. - know the difference between Java
StreamandInfiniteList.
- understand how to use Java