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, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
Returns an iterator that iterates through a collection ofLocalFeatureEdit
.- Specified by:
iterator
in interfaceIterable<LocalFeatureEdit>
- Returns:
- an iterator that contains the local feature edit results
- Since:
- 100.12.0
-