Modifier and Type | Method and Description |
---|---|
Rate |
RateCollection.add(Date ratesFrom)
Adds a new
Rate instance to this collection. |
Rate |
RateCollection.add(Date ratesFrom,
int type)
Adds a new
Rate instance to this collection. |
Modifier and Type | Method and Description |
---|---|
List<Rate> |
RateCollection.toList()
Converts the
RateCollection object to a list of Rate objects. |
List<Rate> |
RateCollection.toList(int type)
|
Modifier and Type | Method and Description |
---|---|
boolean |
RateCollection.remove(Rate item)
Removes Rate instance from this collection.
|