All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.util.money.ExpiringRateTable.gs Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
package gw.util.money

uses gw.util.science.Time
uses gw.util.money.ExchangeRate
uses java.util.Currency

class ExpiringRateTable extends HashMap {
  final var _timestamp: Time as Timestamp
  
  construct() {
    _timestamp = Time.Now
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy