Package com.esri.arcgisruntime.data
Class StatisticsQueryResult
- java.lang.Object
-
- com.esri.arcgisruntime.data.StatisticsQueryResult
-
public final class StatisticsQueryResult extends java.lang.Object
Represents the results of a statistics query.- Since:
- 100.2.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<StatisticRecord>
iterator()
Returns a new iterator over the set of statistic records.
-
-
-
Method Detail
-
iterator
public java.util.Iterator<StatisticRecord> iterator()
Returns a new iterator over the set of statistic records.Iterators previously returned from this method will become invalid and their methods will throw an IllegalStateException.
- Returns:
- a new iterator of statistic records
- Since:
- 100.2.0
-
-