Package org.reactfx.collection
Interface ListChange<E>
-
- All Superinterfaces:
AbstractListModificationSequence<E,ListModification<? extends E>>
,java.lang.Iterable<ListModification<? extends E>>
public interface ListChange<E> extends AbstractListModificationSequence<E,ListModification<? extends E>>
-
-
Method Summary
-
Methods inherited from interface org.reactfx.collection.AbstractListModificationSequence
getModificationCount, getModifications, iterator
-
-