// // Copyright (C) 2014 The Mercury Team // This file may only be copied under the terms of the GNU Library General // Public License - see the file COPYING.LIB in the Mercury distribution. // package jmercury.runtime; import java.util.*; /** * Getopt style option passing. * This is currently very simple, it does only what is necessary. */ public class Getopt implements Iterable { String option_string; List