| Interface | Description |
|---|---|
| ConcurrentHashMapV8.MappingFunction<K,V> |
A function computing a mapping from the given key to a value.
|
| ConcurrentHashMapV8.RemappingFunction<K,V> |
A function computing a new mapping given a key and its current
mapped value (or
null if there is no current
mapping). |
| Class | Description |
|---|---|
| ConcurrentHashMapV8<K,V> |
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
| LongAdder |
One or more variables that together maintain an initially zero
long sum. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.