Interface ContainerChange<C,E>

Type Parameters:
C - type of the container.
E - type of the elements.
All Known Subinterfaces:
CollectionChange<C,E>, ListChange<E>, MapChange<K,V>, SetChange<E>

public interface ContainerChange<C,E>
Change that signals the modification of a container (e.g. Collection or Map).
Since:
1.0.0
See Also: