package org.broadinstitute.sting.utils.cmdLine; import java.util.Set; import java.util.HashSet; import java.util.Iterator; /** * Created by IntelliJ IDEA. * User: mhanna * Date: May 3, 2009 * Time: 6:36:43 PM *
* The Broad Institute * SOFTWARE COPYRIGHT NOTICE AGREEMENT * This software and its documentation are copyright 2009 by the * Broad Institute/Massachusetts Institute of Technology. All rights are reserved. * * This software is supplied without any warranty or guaranteed support whatsoever. Neither * the Broad Institute nor MIT can be responsible for its use, misuse, or functionality. */ /** * Represents a list of potential matches between the arguments defined * by the argument sources and the arguments passed in via the command line. */ public class ArgumentMatches implements Iterable