Uses of Class
com.irurueta.hermes.CollectionItemChange
-
Uses of CollectionItemChange in com.irurueta.hermes
Subclasses of CollectionItemChange in com.irurueta.hermesModifier and TypeClassDescriptionclass
Class to represent a change in a collection item that has been added.class
Class to represent a change in a collection item that has been removed.class
Class to represent a change in a collection item that has been updated.Methods in com.irurueta.hermes that return types with arguments of type CollectionItemChangeModifier and TypeMethodDescriptionAbstractCollectionItemChangeDetector.detectChanges
(Collection<T> newItems, Collection<T> oldItems) Detects changes between two collections of items.