public class ExchangeRate extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
isTimeWithinRange(Date testTime)
Determine if tTestTime is within the time range for this rate.
|
void |
logRate()
Log the rate to the default log file using the "debug" log level.
|
public boolean isTimeWithinRange(Date testTime)
testTime
- Time to test against the time range.public void logRate()
Copyright © 2003, 2023, Oracle and/or its affiliates.