Interface AbstractListModificationSequence<E, M extends ListModificationLike<? extends E>>
- All Superinterfaces:
Iterable<M>
- All Known Subinterfaces:
ListChange<E>, ListModificationSequence<E>, QuasiListChange<E>
- All Known Implementing Classes:
ListChangeAccumulator, QuasiListChangeImpl
interface AbstractListModificationSequence<E, M extends ListModificationLike<? extends E>>
extends Iterable<M>
-
Method Summary
Methods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
getModifications
-
iterator
-
getModificationCount
default int getModificationCount()
-