Class LocalFeatureEditsResult

  • All Implemented Interfaces:
    java.lang.Iterable<LocalFeatureEdit>

    public final class LocalFeatureEditsResult
    extends java.lang.Object
    implements java.lang.Iterable<LocalFeatureEdit>
    An object that represents the LocalFeatureEdit results in ascending order based on edit time.
    Since:
    100.12.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<LocalFeatureEdit> iterator()
      Returns an iterator that iterates through a collection of LocalFeatureEdit.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • iterator

        public java.util.Iterator<LocalFeatureEdit> iterator()
        Returns an iterator that iterates through a collection of LocalFeatureEdit.
        Specified by:
        iterator in interface java.lang.Iterable<LocalFeatureEdit>
        Returns:
        an iterator that contains the local feature edit results
        Since:
        100.12.0