J.16. Concurrent Collections Overview

Earlier in this appendix, we introduced various collections from the Java Collections API. The collections from the java.util.concurrent package are specifically designed and optimized for use in programs that share collections among multiple threads. For information on the many concurrent collections in package java.util.concurrent, visit

docs.oracle.com/javase/6/docs/api/java/util/concurrent/   package-summary.html

Get Android™ How to Program, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.