Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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