![]() |
Method wait()
Return type: void
Member of: java.lang.Object
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | wait(); |
| 2 | wait (); |
| 3 | wait(); |
| 4 | wait(); |
| 5 | wait(); |
| 6 | wait(); |
| 7 | wait(); |
| 8 | try {wait();} |
| 9 | queue.wait(); |
| 10 | wait(); |
| 11 | wait(); |
| 12 | wait(); |
| 13 | StubFile.class.wait(); |
| 14 | while (!ready_) wait(); |
| 15 | while (permits <= 0) wait(); |
| 16 | events.wait(); |
| 17 | lock.wait(); |
| 18 | buffers.wait(); |
| 19 | wait(); |
| 20 | lock.wait (); |