Class SetDiff<T>

All Implemented Interfaces:
IDiff<Set<T>>

public class SetDiff<T> extends CollectionDiff<T,Set<T>>
Author:
Claus Stadler

Date: 7/12/11 Time: 10:52 PM

  • Constructor Details

    • SetDiff

      public SetDiff(Set<T> newItems, Set<T> oldItems)
    • SetDiff

      public SetDiff(Set<T> added, Set<T> removed, Set<T> retained)