Java API for Concurrency

GPTKB entity

Statements (47)
Predicate Object
gptkbp:instanceOf gptkb:API
gptkbp:compatibleWith gptkb:Java_SE_19
gptkb:Java_SE_11
gptkb:Java_SE_17
gptkb:Java_SE_8
gptkb:Java_SE_18
gptkb:Java_SE_20
gptkb:Java_SE_6
gptkb:Java_SE_7
gptkb:Java_SE_10
gptkb:Java_SE_12
gptkb:Java_SE_13
gptkb:Java_SE_9
gptkb:Java_SE_14
gptkb:Java_SE_16
gptkb:Java_SE_15
gptkbp:enhances Performance
gptkbp:exemplifies Thread_management
https://www.w3.org/2000/01/rdf-schema#label Java API for Concurrency
gptkbp:includes gptkb:Fork/Join_framework
Executor framework
Concurrent collections
Synchronization utilities
gptkbp:introduced gptkb:Java_5
gptkbp:is_designed_to High-performance applications
Scalable applications
gptkbp:is_part_of gptkb:Java_Standard_Edition
gptkbp:is_used_in Web applications
Desktop applications
Server applications
gptkbp:provides gptkb:ConcurrentSkipListMap
gptkb:CyclicBarrier
gptkb:ConcurrentLinkedQueue
gptkb:CountDownLatch
Locks
BlockingQueue
Semaphore
Concurrency utilities
ConcurrentHashMap
Atomic variables
ThreadLocal
Exchanger
Condition variables
Future and Callable interfaces
Thread-safe_data_structures
Thread_pools
gptkbp:supports Multithreading