This document provides summaries of 3 cheat sheets for Java developers:
1. The Java 8 Streams cheat sheet defines streams, terminal and intermediate operations, parallel streams, and common pitfalls. It includes examples of using streams to filter, map, and collect data.
2. The Java Collections cheat sheet compares the performance of common collection classes and lists thread-safe alternatives. It also introduces notable Java collections libraries.
3. The Git cheat sheet outlines commands for creating and working with repositories, branches, tags and commits. It provides shortcuts for fetching updates, pushing changes, and viewing history and diffs.