コード例 #1
0
  public ValueStore(MoneySystem<V> system, Serializable data) {
    this(system);

    if (data != null) {
      loadData(data);
    }
  }