Modifier and Type | Method and Description |
---|---|
RiskItemStatistics |
RiskItemStatisticsCollection.get(Object task)
Returns an instance of the
RiskItemStatistics 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.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Task,RiskItemStatistics>> |
RiskItemStatisticsCollection.entrySet()
Returns a
Set view of the mappings contained in this map. |
Iterator<RiskItemStatistics> |
RiskItemStatisticsCollection.iterator()
Returns an enumerator for this collection.
|
Collection<RiskItemStatistics> |
RiskItemStatisticsCollection.values()
Returns a
Collection view of the values contained in this map. |
Modifier and Type | Method and Description |
---|---|
RiskItemStatistics |
RiskItemStatisticsCollection.put(Task key,
RiskItemStatistics value)
Associates the specified value with the specified key in this map.
|
Modifier and Type | Method and Description |
---|---|
void |
RiskItemStatisticsCollection.putAll(Map<? extends Task,? extends RiskItemStatistics> m)
Copies all of the mappings from the specified map to this map.
|