java.lang.Object
com.esri.arcgisruntime.data.StatisticsQueryResult
Represents the results of a statistics query.
- Since:
 - 100.2.0
 
- 
Method Summary
Modifier and TypeMethodDescriptioniterator()Returns a new iterator over the set of statistic records. 
- 
Method Details
- 
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
 
 
 -