public class UnionResults extends Object
| Constructor and Description |
|---|
UnionResults() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] argv) |
static void |
merge(HashSet<String> hashes,
SortedBugCollection into,
SortedBugCollection from) |
static SortedBugCollection |
union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
public static SortedBugCollection union(SortedBugCollection origCollection, SortedBugCollection newCollection)
public static void merge(HashSet<String> hashes, SortedBugCollection into, SortedBugCollection from)
public static void main(String[] argv) throws IOException
IOExceptionCopyright © 2003–2015. All rights reserved.