edu.pdx.cs399J.core
Class ParseString
java.lang.Object
edu.pdx.cs399J.core.ParseString
public class ParseString
- extends Object
This classes parses strings from the command line using a
StringTokenizer.
|
Method Summary |
static void |
main(String[] args)
The second String from the command line contains the
parsing delimiters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseString
public ParseString()
main
public static void main(String[] args)
- The second
String from the command line contains the
parsing delimiters.
Copyright © 2000-2009 Portland State University. All Rights Reserved.