Statements (24)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:class
|
gptkbp:bfsLayer |
4
|
gptkbp:bfsParent |
gptkb:java.util.concurrent
|
gptkbp:can_be_used_with |
gptkb:Java_Enhancement_Proposal
|
gptkbp:has_method |
reset()
sum() add(long x) sum Then Reset() |
https://www.w3.org/2000/01/rdf-schema#label |
Double Adder
|
gptkbp:hyper_threading |
gptkb:theorem
|
gptkbp:introduced |
gptkb:Java_8
|
gptkbp:is_available_on |
gptkb:Java_SE_8
|
gptkbp:is_designed_for |
parallel addition
|
gptkbp:is_implemented_in |
gptkb:language
|
gptkbp:is_optimized_for |
multiple threads
|
gptkbp:is_part_of |
gptkb:Java_Concurrency_Framework
|
gptkbp:is_similar_to |
gptkb:Long_Adder
|
gptkbp:is_used_in |
concurrent programming
|
gptkbp:offers |
better performance than Atomic Integer
|
gptkbp:part_of |
java.util.concurrent.atomic
|
gptkbp:provides |
atomic addition
|
gptkbp:suitable_for |
single-threaded scenarios
|
gptkbp:supports |
high contention scenarios
|
gptkbp:uses |
two long variables
|