Example #1
0
  public synchronized void update() {
    sort();

    for (GlobalObject o : toUpdate) {
      o.getUpdate();
    }
  }