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 RiskItemStatisticsRiskItemStatisticsCollection. get(Object task)Returns an instance of theRiskItemStatisticsclass containing in this collection which is associated with the specified Task object; null if the item is not found.RiskItemStatisticsRiskItemStatisticsCollection. put(Task key, RiskItemStatistics value)Associates the specified value with the specified key in this map.RiskItemStatisticsRiskItemStatisticsCollection. 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 aSetview of the mappings contained in this map.Iterator<RiskItemStatistics>RiskItemStatisticsCollection. iterator()Returns an enumerator for this collection.Collection<RiskItemStatistics>RiskItemStatisticsCollection. values()Returns aCollectionview of the values contained in this map.Methods in com.aspose.tasks with parameters of type RiskItemStatistics Modifier and Type Method Description RiskItemStatisticsRiskItemStatisticsCollection. 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 voidRiskItemStatisticsCollection. putAll(Map<? extends Task,? extends RiskItemStatistics> m)Copies all of the mappings from the specified map to this map.
-