Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaでIDからスレッドを取得する方法はありますか?
いいえ、Java にはそのような規定はありませんが、自分で実装するのは簡単です。新しいスレッドを作成して ID を与えるたびに、それをMap<String, Thread>. 次に、そこでスレッドを検索できます。
Map<String, Thread>