Interface ListChange<E>
- All Superinterfaces:
Iterable<ListModification<? extends E>>
public interface ListChange<E>
-
Method Summary
Modifier and TypeMethodDescriptiondefault intList<? extends ListModification<? extends E>> default Iterator<ListModification<? extends E>> iterator()Methods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
getModifications
List<? extends ListModification<? extends E>> getModifications() -
iterator
-
getModificationCount
default int getModificationCount()
-