美文网首页
[翻译中]JAVA 并发集合介绍

[翻译中]JAVA 并发集合介绍

作者: 翼徳 | 来源:发表于2018-11-12 10:54 被阅读9次

Concurrent Collections

Applications that use collections from more than one thread must be carefully programmed. In general, this is known as concurrent programming. The Java platform includes extensive support for concurrent programming. See Java Concurrency Utilities for details.

Collections are so frequently used that various concurrent friendly interfaces and implementations of collections are included in the APIs. These types go beyond the synchronization wrappers discussed previously to provide features that are frequently needed in concurrent programming.

These concurrent-aware interfaces are available:

The following concurrent-aware implementation classes are available. See the API documentation for the correct usage of these implementations.

相关文章

网友评论

      本文标题:[翻译中]JAVA 并发集合介绍

      本文链接:https://www.haomeiwen.com/subject/yrxtvttx.html