Package com.esri.arcgisruntime.data
Class LocalFeatureEditsResult
- java.lang.Object
 - 
- com.esri.arcgisruntime.data.LocalFeatureEditsResult
 
 
- 
- All Implemented Interfaces:
 Iterable<LocalFeatureEdit>
public final class LocalFeatureEditsResult extends Object implements Iterable<LocalFeatureEdit>
An object that represents theLocalFeatureEditresults in ascending order based on edit time.- Since:
 - 100.12.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<LocalFeatureEdit>iterator()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 Detail
- 
iterator
public Iterator<LocalFeatureEdit> 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
 
 
 - 
 
 -