public class TaxaListUtils
public static TaxaList getCommonTaxa(TaxaList group1, TaxaList group2)
Intersect joins the specified taxa.
group1 - an TaxaListgroup2 - another TaxaListpublic static TaxaList getCommonTaxa(TaxaList[] groups)
Intersect joins the specified taxa.
groups - groups to join.public static TaxaList getCommonTaxa(TaxaList[] groups, boolean sorted)
Intersect joins the specified taxa.
groups - groups to join.sorted - whether to sort taxa alphabeticallypublic static TaxaList getAllTaxa(TaxaList group1, TaxaList group2)
Union joins the specified taxa.
group1 - an TaxaListgroup2 - another TaxaList