Thread class

GPTKB entity

Statements (55)
Predicate Object
gptkbp:instance_of gptkb:class
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:item
gptkbp:belongs_to gptkb:Java
gptkbp:can_be_extended_by resume()
gptkbp:can_be_used_with gptkb:river
gptkb:Concurrent_Hash_Map
gptkb:Thread_Pool_Executor
gptkb:Count_Down_Latch
gptkb:Cyclic_Barrier
gptkb:Read_Write_Lock
gptkb:Runnable
gptkb:Thread_Local
gptkb:smartphone
gptkb:Java_Enhancement_Proposal
gptkb:Lockseed
gptkb:railway_line
gptkb:technology
Callable
Atomic variables
gptkbp:constructor Thread()
Thread(Runnable target)
Thread(Runnable target, String name)
Thread(String name)
gptkbp:created_by Thread constructor
gptkbp:ends_at stop()
gptkbp:field gptkb:nickname
gptkb:state_highway
gptkb:id
priority
gptkbp:has_method start()
run()
interrupt()
join()
sleep(long millis)
https://www.w3.org/2000/01/rdf-schema#label Thread class
gptkbp:hyper_threading gptkb:theorem
gptkbp:is_a_framework_for gptkb:Java_Enhancement_Proposal
gptkbp:is_accessible_by suspend()
gptkbp:is_capable_of synchronized methods
gptkbp:is_critical_for get Priority()
gptkbp:is_described_as set Name(String name)
gptkbp:is_part_of gptkb:Java_Enhancement_Proposal
gptkbp:is_tested_for is Alive()
gptkbp:is_used_for concurrent programming
gptkbp:is_used_in multithreading
gptkbp:name get Name()
gptkbp:packaging gptkb:java.lang
gptkbp:provides thread management
yield()
gptkbp:registration get Id()
gptkbp:setting set Priority(int new Priority)
gptkbp:state get State()
gptkbp:throws interrupt()
gptkbp:type_of gptkb:Runnable