Modifier and Type | Method and Description |
---|---|
Rate |
RateCollection.add(Date ratesFrom)
Adds a new
Rate instance to this collection. |
Rate |
RateCollection.get(int index)
(@inheritDoc}
|
Rate |
RateCollection.remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from the collection.
|
Modifier and Type | Method and Description |
---|---|
List<Rate> |
RateCollection.toList()
Converts the RateCollection object to a list of
Rate objects. |
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.