Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed.
Causes the current thread to wait until either another thread invokes the
notify() method or the
notifyAll() method for this object, or a
specified amount of time has elapsed.
This site uses cookies to store your preferences for site-specific language and display options.
Hooray!
This class requires API level
or higher
This doc is hidden because your selected API level for the
documentation is . You can change the
documentation API level with the selector above the left navigation.