An open API service indexing awesome lists of open source software.

https://github.com/jleung51/cmpt-213-review-code

Java 8 example code from my CMPT 213 Collaborative Review Session.
https://github.com/jleung51/cmpt-213-review-code

academic-honesty bfraser education example java learning

Last synced: over 1 year ago
JSON representation

Java 8 example code from my CMPT 213 Collaborative Review Session.

Awesome Lists containing this project

README

          

# CMPT 213: Collaborative Review Session (Code Examples)

Java 8 example code from the CMPT 213 Collaborative Review Session.

These examples are referred to from the [review session notes](https://docs.google.com/document/d/1pRmVzU_74uE5hep18V3AM4rg_kLeGW2fq479-_MFLEI/edit#).

Looking to go right to the code? [Navigate to the folder directly.](https://github.com/jleung51/cmpt-213-review-code/tree/master/src/com/cmpt213/review)

## Topics Covered

* Arrays vs. ArrayLists
* Comparable
* Iterable
* Static factory methods
* Anonymous classes/objects
* Dependency injection
* Observers
* Lambdas