青年中文青年中文

notifyall的意思

notifyall中文翻譯:

通知

相似詞語短語

bolivia noticias───玻利維亞新聞

undefined notice undefined───未定義通知未定義

denoting actions───表示動作

noting in the world───世界上沒有

connoting definition───內涵定義

further notice───另行通知

notion software───Concept軟件

noting much───沒什么

noticed that───意識到(noticed是notice的過去式);注意到(noticed是notice的過去式)

hardly noticed───幾乎沒注意到

雙語使用場景

Why isn't calling wait(), notify() or notifyAll() without a synchronized block not a compiler error?───為什么不打電話給wait(),沒有一個同步塊不是一個編譯錯誤notify()或notifyall()?

The root Object class includes some special methods for communicating across threads -- wait(), notify(), and notifyAll().───根類 Object 包含某些特殊的方法,用來在線程的 wait() 、 notify() 和 notifyAll() 之間進行通信。

You may have noticed that the implementation in Listing 1 uses notify() instead of notifyAll().───您可能已經注意到了清單 1 中的實現使用的是 notify() 而不是 notifyAll() 。

英語使用場景

The wait() method tells the current thread to go into an inactive state and wait for another thread to call notifyAll() on that object.