|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object CurrencyConverter
public class CurrencyConverter
Constructor Summary | |
---|---|
CurrencyConverter()
|
Method Summary | |
---|---|
double |
fromDollar(double dollar)
|
void |
setExchangeRate(double rate)
|
double |
toDollar(double foreignMoney)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurrencyConverter()
Method Detail |
---|
public double fromDollar(double dollar)
public void setExchangeRate(double rate)
public double toDollar(double foreignMoney)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |