| Package | Description |
|---|---|
| jsr166e |
| Modifier and Type | Method and Description |
|---|---|
LongAdder |
LongAdderTable.install(K key)
If the given key does not already exist in the table, inserts
the key with initial sum of zero; in either case returning the
adder associated with this key.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<K,LongAdder>> |
LongAdderTable.entrySet()
Returns the current set of key-value mappings.
|
Copyright © 2013. All rights reserved.