java.lang.Object
com.esri.arcgisruntime.data.LocalFeatureEditsResult
- All Implemented Interfaces:
Iterable<LocalFeatureEdit>
An object that represents the
LocalFeatureEdit results in ascending order based on edit time.- Since:
- 100.12.0
-
Method Summary
Modifier and TypeMethodDescriptioniterator()Returns an iterator that iterates through a collection ofLocalFeatureEdit.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
Returns an iterator that iterates through a collection ofLocalFeatureEdit.- Specified by:
iteratorin interfaceIterable<LocalFeatureEdit>- Returns:
- an iterator that contains the local feature edit results
- Since:
- 100.12.0
-