Interface CollectionChange<C extends Collection<E>,E>

Type Parameters:
C - type of the container.
E - type of the elements.
All Superinterfaces:
ContainerChange<C,E>
All Known Subinterfaces:
ListChange<E>, SetChange<E>

public interface CollectionChange<C extends Collection<E>,E> extends ContainerChange<C,E>
Since:
1.0.0