Class ListDiff

  • All Implemented Interfaces:
    Serializable

    public class ListDiff
    extends Object
    implements Serializable
    A list that is detached from its data source so all modifications on the list are recorded so that the data source will be updated later when the list will be reconnected to it.

    It purposedly doesn't implement the List interface.

    Author:
    Bogdan Stefanescu
    See Also:
    Serialized Form