java.util.concurrent.atomic

GPTKB entity

Statements (29)
Predicate Object
gptkbp:instanceOf package
gptkbp:contains gptkb:AtomicBoolean
gptkb:AtomicReferenceArray
gptkb:AtomicLong
gptkb:AtomicReference
AtomicInteger
AtomicIntegerArray
AtomicLongArray
https://www.w3.org/2000/01/rdf-schema#label java.util.concurrent.atomic
gptkbp:introduced gptkb:Java_5
gptkbp:isAvailableIn gptkb:Java_5
gptkbp:isCompatibleWith gptkb:Java_Virtual_Machine
gptkbp:isLocatedIn gptkb:Java_programming_language
gptkbp:isOptimizedFor high concurrency
gptkbp:isPartOf gptkb:Java_Standard_Library
gptkbp:isThreatenedBy true
gptkbp:isUsedBy Java_applications
gptkbp:isUsedIn multi-threaded environments
gptkbp:partOf java.util.concurrent
gptkbp:provides thread-safe operations
addAndGet method
getAndSet method
incrementAndGet method
lazySet method
weakCompareAndSet method
compareAndSet_method
decrementAndGet_method
gptkbp:supports lock-free algorithms
gptkbp:usedIn concurrent programming