Package | Description |
---|---|
java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConcurrentNavigableMap<K,V>
A
ConcurrentMap supporting NavigableMap operations,
and recursively so for its navigable sub-maps. |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentHashMap<K,V>
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates.
|
class |
ConcurrentSkipListMap<K,V>
A scalable concurrent
ConcurrentNavigableMap implementation. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2012, Oracle and/or its affiliates. All rights reserved.