Modifier and Type | Method and Description |
---|---|
Rate |
RateCollection.add(Date ratesFrom)
Adds a new
Rate instance to this collection. |
Modifier and Type | Method and Description |
---|---|
Iterator<Rate> |
RateCollection.iterator() |
List<Rate> |
RateCollection.toList()
Converts the RateCollection object to a list of
Rate objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
RateCollection.remove(Rate item)
Removes Rate instance from this collection.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.