Table of Contents

Java Concurrency - (Concurrent) Collections

About

All of the concurrent collections help avoid Memory Consistency Errors by defining a happens-before relationship between:

List

The java.util.concurrent package includes a number of additions to the Java Collections Framework.

Documentation / Reference