notifyAll static method

void notifyAll()

Implementation

static void notifyAll() {
  notify(Null);
}