All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.exch.ExchangeRateList

java.lang.Object
   |
   +----benno.account.exch.ExchangeRateList

public final class ExchangeRateList
extends Object
implements Serializable
Version:
$Revision: 1.11 $
Author:
Ben Clifford

Variable Index

 o rates

Constructor Index

 o ExchangeRateList()

Method Index

 o add(ExchangeRate)
 o enumerate()
 o get(Currency, Currency)

Variables

 o rates
 public final Vector rates

Constructors

 o ExchangeRateList
 public ExchangeRateList()

Methods

 o enumerate
 public Enumeration enumerate()
 o add
 public void add(ExchangeRate r)
 o get
 public ExchangeRate get(Currency from,
                         Currency to)

All Packages  Class Hierarchy  This Package  Previous  Next  Index