Uses of Class
com.aspose.tasks.RateByDateCollection
-
-
Uses of RateByDateCollection in com.aspose.tasks
Methods in com.aspose.tasks that return RateByDateCollection Modifier and Type Method Description RateByDateCollection
RateCollection. get(Object key)
(@inheritDoc}RateByDateCollection
RateCollection. getByRateType(int key)
Returns the element at the specified index.RateByDateCollection
RateCollection. put(Integer key, RateByDateCollection value)
(@inheritDoc}Methods in com.aspose.tasks that return types with arguments of type RateByDateCollection Modifier and Type Method Description Set<Map.Entry<Integer,RateByDateCollection>>
RateCollection. entrySet()
(@inheritDoc}Methods in com.aspose.tasks with parameters of type RateByDateCollection Modifier and Type Method Description RateByDateCollection
RateCollection. put(Integer key, RateByDateCollection value)
(@inheritDoc}void
RateCollection. setByRateType(int key, RateByDateCollection value)
Sets the element at the specified index.
-