Class java.util.StringTokenizer - Welcome to the Department of Computer and Information Science
public class StringTokenizer extends Object implements Enumeration The string tokenizer class allows an application to break a string into tokens. The tokenization method is much simpler than the one used by the StreamTokenizer class. The StringTokenizer ...