Back to the main page

Concurrent Collections
Java SE 1.5 introduced many new collection classes in the java.util.concurrent package.

The main classes.


Key Interfaces and their main methods
<<BlockingQueue>> put() take() offer() poll()
<<ConcurrentMap>> putIfAbsent() replace() remove()
<<RandomAccess>> * a marker interface to indicate fast (generally constant) random access