Interface BugHistory.SetOperation

  • Enclosing class:
    BugHistory

    public static interface BugHistory.SetOperation
    A set operation between two bug collections.
    • Method Detail

      • perform

        SortedBugCollection perform​(java.util.Set<BugInstance> result,
                                    SortedBugCollection origCollection,
                                    SortedBugCollection newCollection)
        Perform the set operation.
        Parameters:
        result - Set to put the resulting BugInstances in
        origCollection - original BugCollection
        newCollection - new BugCollection
        Returns:
        the input bug collection the results are taken from