public class RiskItemStatisticsCollection extends Object implements Iterable<RiskItemStatistics>
Represents a collection containing the instances of the RiskItemStatistics
class.
Modifier and Type | Method and Description |
---|---|
RiskItemStatistics |
get(Task 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. |
Iterator<RiskItemStatistics> |
iterator()
Returns an enumerator for this collection.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Iterator<RiskItemStatistics> iterator()
Returns an enumerator for this collection.
iterator
in interface Iterable<RiskItemStatistics>
public RiskItemStatistics get(Task 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.
task
- the specified instance of the Task
class.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.