Uses of Class
com.aspose.tasks.RiskItemStatistics
-
-
Uses of RiskItemStatistics in com.aspose.tasks
Methods in com.aspose.tasks that return RiskItemStatistics Modifier and Type Method Description RiskItemStatistics
RiskItemStatisticsCollection. get(Object task)
Returns an instance of theRiskItemStatistics
class containing in this collection which is associated with the specified Task object; null if the item is not found.RiskItemStatistics
RiskItemStatisticsCollection. put(Task key, RiskItemStatistics value)
Associates the specified value with the specified key in this map.RiskItemStatistics
RiskItemStatisticsCollection. remove(Object key)
Removes the mapping for a key from this map if it is present.Methods in com.aspose.tasks that return types with arguments of type RiskItemStatistics Modifier and Type Method Description Set<Map.Entry<Task,RiskItemStatistics>>
RiskItemStatisticsCollection. entrySet()
Returns aSet
view of the mappings contained in this map.Iterator<RiskItemStatistics>
RiskItemStatisticsCollection. iterator()
Returns an enumerator for this collection.Collection<RiskItemStatistics>
RiskItemStatisticsCollection. values()
Returns aCollection
view of the values contained in this map.Methods in com.aspose.tasks with parameters of type RiskItemStatistics Modifier and Type Method Description RiskItemStatistics
RiskItemStatisticsCollection. put(Task key, RiskItemStatistics value)
Associates the specified value with the specified key in this map.Method parameters in com.aspose.tasks with type arguments of type RiskItemStatistics Modifier and Type Method Description void
RiskItemStatisticsCollection. putAll(Map<? extends Task,? extends RiskItemStatistics> m)
Copies all of the mappings from the specified map to this map.
-