Пример #1
0
  public synchronized void clear() {
    for (Profile p : profiles) {
      p.removeProfileListener(this);
    }

    normalization = null;
    profiles.clear();
    min = max = 0.0;
    for (int i = 0; i < values.length; i++) {
      values[i] = 0.0;
    }
  }